Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have the following UDF to check if a file exists:- Function FileExists(fname) As Boolean If Dir(fname) < "" Then _ FileExists = True _ Else FileExists = False End Function The problem is that it doesn't re-calculate when you press F9. You have to go into the cell by pressing F2 in order for it to re-calculate. Adding "Applicaiton.Volatile" doesn't seem to work either. How do you work around this? Ta Andi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering digits in a cell with numbers already inside cell | Excel Worksheet Functions | |||
Entering value in the cell | Excel Discussion (Misc queries) | |||
after entering a text in one cell, next cell should disp the entd | Excel Discussion (Misc queries) | |||
How do you do hard returns in 1 cell? entering address in 1 cell | Excel Discussion (Misc queries) | |||
How do I calculate the hours spent on a project by entering a sta. | Excel Worksheet Functions |