close
I need to place code behind a command button on a worksheet, that will
take the user to another worksheet within the same workbook.
Can someone help?I suggest using a button from the FORMS menu instead. Assign to a sub
sub gotosheet2
sheets(quot;sheet2quot;).select
end sub
or a range instead
application.goto sheets(quot;sheet2quot;).range(quot;g4quot;)--
Don Guillett
SalesAid Software
gt; wrote in message oups.com...
gt;I need to place code behind a command button on a worksheet, that will
gt; take the user to another worksheet within the same workbook.
gt;
gt; Can someone help?
gt;
全站熱搜