View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default vb function in personal.xls

Note to add to Bob and Dave's responses.

If you place the macros and functions in an add-in you will not have to preface
with the filename

=myFunc() will be sufficient.


Gord Dibben MS Excel MVP

On Thu, 7 Sep 2006 17:26:06 +0100, "Bob Phillips" wrote:

You need to call it with

=Personal.xls!myFunc()