View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
F.C F.C is offline
external usenet poster
 
Posts: 1
Default visual basic command identify a worksheet in a workbook

A staff member produced an insert macro using visual basic editor in excel
When I attempt to insert a sheet, the macro always selects the first sheet
of a multipal book. The following command has been used.
Sheets ("Command Page").Select

How can I identify a specfic sheet in a workbook