Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Yes. There is only one module within the addin. I created anothe spreadsheet and tried to access the addin's module from the ne spreadsheet's module. Juan Pablo González Wrote: Is the other module outside of the Addin ? -- Regards Juan Pablo Gonzále -- thinkingfiel ----------------------------------------------------------------------- thinkingfield's Profile: http://www.excelforum.com/member.php...fo&userid=1618 View this thread: http://www.excelforum.com/showthread.php?threadid=27680 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
make sure the addins "project name" is unique (not VBAproject)
then add a reference to it in your "calling" project. then activate the "calling" workbook then open object browser, select the references "addin project" in the ObjBrowsers dropdown to ensure the functions are really exposed by the addin. (and not blocked by a line called.. Option Private module? -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam thinkingfield wrote in message : Yes. There is only one module within the addin. I created another spreadsheet and tried to access the addin's module from the new spreadsheet's module. Juan Pablo González Wrote: Is the other module outside of the Addin ? -- Regards Juan Pablo González |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Module | Excel Discussion (Misc queries) | |||
arrays - module to module | Excel Programming | |||
Variable from a sheet module in a class module in XL XP | Excel Programming |