Thread: codenames
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] CTSCampbell@gmail.com is offline
external usenet poster
 
Posts: 1
Default codenames

Hi all,

I was wondering if there is anyway to reference a sheet by codename
that is in a different workbook than the one in which your macro
resides. The reason is, I need to access specific series of sheets
arbitrary in number in a series of other workbooks, the sheet names are
a character string as in "X sheet 1 of Y" Where Y is unknown; however,
the codenames are an incremented number, which would be much easier to
deal with.

Thanks for you help in advance,
Chris