View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Calling a function without starting with "Personal!"

Make personal.xls an Addin and load it.

--
Regards,
Tom Ogilvy

"mwgreen00" wrote in message
...
I wrote a custom function in my Personal.xls. In order for me to use it,

I have to type, "PERSONAL.XLS!TestFunction(B3)". How do I call the function
without using "PERSONAL.XLS!"?