Thread: Custom Add-In?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phill Phill is offline
external usenet poster
 
Posts: 6
Default Custom Add-In?

I've created a new workbook with some VBA functionality
and a custom toolbar to call the functions. I have saved
it as a .XLA and referenced it in the addins... My
problem is that when I open up a new workbook and click
on the custom button the source code for the .xla is
opened instead of the .xla itself. What I want is to
have the toolbar opened when the add-in is referenced and
have the code run from within the .xla. How do I
accomplish this? Thanks.