A
aeroshanks
Hi,
VBA version: 6.0.
OS: Win 2000
I have an Add-in which uses XML. The add-in has different user forms to
manipulate the XML data. Assume I have just one Workbook open (WB_1).
Now when I create a new Workbook (WB_2), WB_2 uses the SAME instance of
the add-in.
That means if I make some changes in a user form in WB_1's Add-in,
these changes are reflected in the same user form opened from WB_2's
Add-in.
1. Why is there a same copy of the Add-in for both Workbooks??
2. How can I prevent this from happening? I would like WB_1 and WB_2 to
have their own respective copies of my add-in.
(Instead of creating WB_2, had I opened a new instance of Excel itself,
there's no such problem. WB_1 in the first instance of Excel is totally
independent of the workbook in the second instance of Excel.)
Thanks in advance,
Shankar
VBA version: 6.0.
OS: Win 2000
I have an Add-in which uses XML. The add-in has different user forms to
manipulate the XML data. Assume I have just one Workbook open (WB_1).
Now when I create a new Workbook (WB_2), WB_2 uses the SAME instance of
the add-in.
That means if I make some changes in a user form in WB_1's Add-in,
these changes are reflected in the same user form opened from WB_2's
Add-in.
1. Why is there a same copy of the Add-in for both Workbooks??
2. How can I prevent this from happening? I would like WB_1 and WB_2 to
have their own respective copies of my add-in.
(Instead of creating WB_2, had I opened a new instance of Excel itself,
there's no such problem. WB_1 in the first instance of Excel is totally
independent of the workbook in the second instance of Excel.)
Thanks in advance,
Shankar