Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have this in the ALT-F11, module and I get a #NAME? in the resulting cell.
Public Function Filethere(strFullPath As String) As Boolean If Not Dir(strFullPath, vbDirectory) = vbNullString Then Filethere = True End Function The data looks like this. A B c:\text.txt =Filethere(A1) The result is #NAME? Basically none of my UDF's are working - any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
value not recognized as a formula | Excel Worksheet Functions | |||
value not recognized as a formula | Excel Worksheet Functions | |||
value not recognized as a formula | Excel Worksheet Functions | |||
One cell isn't recognized? | Excel Discussion (Misc queries) | |||
Data isn't being recognized. | Excel Worksheet Functions |