View Single Post
  #2   Report Post  
Vasant Nanavati
 
Posts: n/a
Default

If this is a CommandButton from the Control Toolbox, double-click on it
while in design mode and you will be taken to the "skeleton" macro, in which
you can write your code; e.g.:

Application.GoTo Range("Bookstore")

--

Vasant


"Eric" wrote in message
...
Can anyone advise me how can i assign a marco to the command button

I want to make a button when the use click on that will bring them to a
"range" - book store ( the bookmarked name)

Thanks in advance

Eric