Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
So I have a spreadsheet with a bunch of cells that use a UDF. Sometimes when
I open the spreadsheet, some of the cells that have this UDF show a #NAME error. Pressing F9 seems to clear these errors. Is there some setting which forces UDFs to calculate automatically? This is the code I'm using, if curious: Function GetFormula(Cell As Range) As String GetFormula = Cell.Formula If Cell.HasArray Then GetFormula = "{" & GetFormula & "}" End Function If I eliminate the If...Then clause I still sometimes get the #NAME error, sometimes not. So the code I have is not creating the error, so far as I can tell... Ideas? -- Brevity is the soul of wit. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UDF's using other UDF's | Excel Worksheet Functions | |||
Return only work days | Excel Discussion (Misc queries) | |||
how to return a number for how many times a word is used in excel | Excel Worksheet Functions | |||
Using a Vlookup to return values in a data list? | Excel Worksheet Functions | |||
The left function does not work when displaying times, how is thi. | Excel Worksheet Functions |