Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm thinking about the resources that are used when you do things in the VBE
programmatically. The Extensibility one? I've since tested this and I've got what I need. I like your way much better than mine! Thanks, Barb Reinhardt "Bob Phillips" wrote: What are you thinking about Barb? -- __________________________________ HTH Bob "Barb Reinhardt" wrote in message ... Bob, I suspect that additional resources need to be selected. Let me know if I'm wrong. Thanks, Barb Reinhardt "Nigel RS" wrote: Thanks Bob, I will give it a try "Bob Phillips" wrote: What you can do is get the worksheet name from the codename and use that. For example With Workbooks("Some other workbook.xls") Set sh = ..Worksheets(CStr(.VBProject.VBComponents("sheet_c odename").Properties("Name"))) MsgBox sh.Name End With -- __________________________________ HTH Bob "Nigel RS" wrote in message ... I have an application that create a number of separate workbooks, identicai in format.. Each workbook has a series of worksheets, each having a codename. I now have master workbook that opens each of the above in turn. I wish to refer to the worksheets by their codename, but my master application fails to compile as the codename is not recognised. Is there a way around this? I do not wish to refer to the remote worksheets by name as these may have changed. Cheers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
refering to other workbooks | Excel Discussion (Misc queries) | |||
Sheet CodeNames | Excel Programming | |||
codenames | Excel Programming | |||
Codenames | Excel Programming | |||
using variables in codenames | Excel Programming |