To Whom it may concern:
When I create a "Main Page" button to help navigate through my workbook, I
have to constantly re-create the button properties & code.
How would I create one button to be used on several worksheets within a work
book?
Example:
Private Sub CMD_Main_Index_Click()
Sheets("Main Index").Select
End Sub
--
Thanks,
Andy
Bookmarks