View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom Ogilvy
 
Posts: n/a
Default Can i use the button in forms toolbar and maneuver to differentt..

In a general module (insert module)
create a macro such as

sub Button_Click()
application.Goto Worksheets("ASC").Range("B9"),true
End Sub

then right click on the button and select Assign Macro. Select the above
macro

--
Regards,
Tom Ogilvy


"Denny Crane" wrote:

I have 2000

Can i use the button in forms toolbar and maneuver to different lpoints on a
sheet or even a workbook, if so how?