View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rmellison rmellison is offline
external usenet poster
 
Posts: 8
Default VB Code to List all Sheets and Charts in a Workbook

I have a large workbook, which needs a 'Summary Sheet' listing all the tabs
in the sheet at the beginning. The tab names change quite often, and new ones
are added; so, using VB, how do I list all the tab names in order in a range
within the first sheet? Some of the sheets are actually Charts within their
own tab - so I need to make sure that I capture all of these also.

Thanks in advance...