View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Heidi[_5_] Heidi[_5_] is offline
external usenet poster
 
Posts: 1
Default User defined functions - parameter descriptions

Thanks for the help everyone. I have downloaded this add-in and followe
the instructions. However, it doesn't seem to be working for me......

I am using Excel 2003. One step of the instructions requires th
following code to be inserted into a module of my xla:

Sub Auto_Open()
Application.RegisterXLL ThisWorkbook.Path & "\FunCustomize.dll"
Run [FunCustomize], ThisWorkbook.name, shFunctions.Range("A2:Z5")
End Sub

However I am getting an error 424 (object required) on the second lin
of this code......

Any advice would be appreciated.

Heid

--
Message posted from http://www.ExcelForum.com