Thread
:
XLL addin not loaded!
View Single Post
#
2
Posted to microsoft.public.excel.programming
Rob Bovey
external usenet poster
Posts: 811
XLL addin not loaded!
"Tetsuya Oguma" <Tetsuya
wrote in message
...
I am curious to know why a XLL addin is NOT loaded. In other words,
although
I can see my file in Tools|Add-ins... on Excel I don't see the file loaded
in
VBE Project Explorer.
Why is this? What's going on?
Hi Tetsuya,
The VBE is only designed to display and work with VBA applications based
in Excel workbooks. XLLs, COM add-ins, and Automation Add-ins are not
programmed in VBA, so they do not appear in the VBE.
--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/
* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
Reply With Quote
Rob Bovey
View Public Profile
Find all posts by Rob Bovey