View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MFINE MFINE is offline
external usenet poster
 
Posts: 13
Default Need help with using VBA to select tabs in Excel

I am trying to create a loop in VBA which will insert into a sheets().select
statement the name of the tab I am interested in. The tab names would be
contained in a tab in the same workbook. Any suggestions?

Thanks