View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
C[_4_] C[_4_] is offline
external usenet poster
 
Posts: 5
Default 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