View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Souris Souris is offline
external usenet poster
 
Posts: 107
Default Customized components

I would like to place a button on more than one spreadsheet.
May I have a cusomized button that I need code once?

For example:

I need a button have following code onclick:

Sheets("MAIN").select

I can just replace the MAIN button on the form I need.

Any information is great appreciated,