Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Has anyone experienced the following problem?: My workbook "mywkb.xls" has a reference to an addin "myaddin.xla". The VBA code in Auto_Open event contains the following call: Call myaddin.macro1(arg1, arg2) This runs perfectly on Win2000/Excel2000. On WinXP/ExcelXP VBA editor shows up and I'm getting the following error: "Variable not defined" and myaddin keyword is selected. It looks like the "dot" operator doesn't work on XP (on 2000 I'd get full list of macros when typing "myaddin.") I have to figure out how to make the "myaddin." working due to the backward compatibility requests. Please advise. Thanks, Wojtek |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with calling Excel2000 addin in ExcelXP | Excel Programming | |||
Calling a procedure in a protected VBA Addin Project | Excel Programming | |||
Calling a sub from a addin in vba | Excel Programming | |||
Calling an Excel Addin from VBA | Excel Programming | |||
Calling an Excel Addin from VBA | Excel Programming |