check if a file is open
Hi
bit of a beginner in excel VBA but i am trying to find out if can check to
see if a file is open
as in
IF 'file a is open' THEN
Code
code
code
ELSE
msg "file a is not open please try again"
END IF
is this possible and does anyone have any code for this
Thanks
C
|