View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NoviceDeveloper NoviceDeveloper is offline
external usenet poster
 
Posts: 3
Default Using XLA to load VBA program

Hi,
How do I register or expose a function (in a Visual Basic program created
with the Excel Visual Basic editor and saved as an .xla file) so that it is
visible when I try to use the Macro manager to assign and use it as a Macro?

I created the program and it runs fine from the VBA editor--I just can't get
to it once I load it via the .xla mechanism--it doesn't show up in the
selection window.
--
Thanks,