Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
Can some one tell me what I do wrong, I am new in automating Excel. I made a VB(A) function which should return the name of the day given by a date. Function fDayName(dteDate as Variant) 'Code End Function I did save it in the template 'Personal.xls ' I thought I could use it now in any cell on the spreadsheet like =fDayName(A1), as you use the normal build in functions of Excel. Unfortunately it returns with an error #NAME? If I open Excel and go into the VB editor I can see the file "Personal.xls' loaded as well I can call the function from the immediate window. What am I doing wrong here? Thx for your help. Ludovic |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple functions, conditional functions | Excel Worksheet Functions | |||
How to convert cell formula functions to code functions | Excel Discussion (Misc queries) | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Looking for a site with functions that substitute the ATP functions | Excel Worksheet Functions | |||
Nesting functions in the functions dialog box | Excel Worksheet Functions |