View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Good Time Good Time is offline
external usenet poster
 
Posts: 12
Default Multiple Command button programming

I have a workbook with 5 spreadsheets in it. Each sheet has a series
of command buttons.

CommandButton1 in each sheet deletes the contents of that worksheet.

I would like to program a general command button in the first
spreadsheet that deletes the contents of all the sheets in the
workbook by activating commandbutton1 in each spreadsheet.

Is this possible

thank you