View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jonathan Rynd Jonathan Rynd is offline
external usenet poster
 
Posts: 15
Default Using Excel Add-in functions

"David Evans" wrote in
:

How do I use the
functions in VBA in my .xls file?


You probably have to refer to the name of the addin in VB when you call the
function, for instance instead of

Initialize()

you call

AddinName.Initialize()

--
My email address has an extra @ (spell it out) and an extra invalid. Please
remove them if you are not a spammer or list broker and want to reply.