Thread: Command buttons
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Anna B Anna B is offline
external usenet poster
 
Posts: 10
Default Command buttons

I am very new to Excel and VBA. We are a small company with a large server
with documents everywhere that are hard to find. I have been tasked with
updating a workbook that was created in 1999 which provides a "house" for
various hyperlinks to the server to get documents. In order to jump from
workbook to workbook, there are command buttons on the worksheets and each
has a macro assigned to it to take it to another sheet or back to the main
sheet.

I have updated the hyperlinks in a new workbook, and created a userform with
command buttons and have managed to get the userform to open when the
workbook is opened.

How do I get all these command buttons to take me to the various sheets
which contain the hyperlinks to the documents on the server. I have four
sheets - Computer Information, Files, Office Information and Employee
Benefits. Then, once I am on one of the four sheets, how do I put a command
button on a worksheet that can take them back to the userform with all the
command buttons on it?

Thanks so much for your help.