Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Add-in workbook that contains all my procedures to manipulate data
on my "Main" workbook. Is there a way to get the name of the Add-In workbook that is used as a reference? -- Cheers, Ryan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I'm not sure what you're looking for, but code like Dim AI As AddIn Set AI = Application.AddIns("Cell Contents Viewer") With AI Debug.Print .Name Debug.Print .FullName Debug.Print .Installed End With You can use Set AI = Application.AddIns(N) ' N = integer value rather than Set AI = Application.AddIns("Cell Contents Viewer") Beyond that, I don't really understand your question. Cordially, Chip Pearson Microsoft MVP Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Fri, 14 Nov 2008 17:52:00 -0800, RyanH wrote: I have an Add-in workbook that contains all my procedures to manipulate data on my "Main" workbook. Is there a way to get the name of the Add-In workbook that is used as a reference? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reference workbook name to cell reference | Excel Programming | |||
Workbook reference | Excel Programming | |||
Reference workbook name | Excel Worksheet Functions | |||
Reference different workbook | Excel Programming | |||
Reference code in another workbook from a calling workbook | Excel Programming |