View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default Command Button Question

You would just add code to activate those sheets in the button click events,
such as

Worksheets("Data").Activate

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"RSHF" wrote in message
...
I have three sheets in my workbook and I am trying to enable two command
buttons on the first sheet(Summary) to link to the two other sheets (Data
and
Table) within the book. Does anyone know how to do this?