View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jack S. Jack S. is offline
external usenet poster
 
Posts: 4
Default Run Macro on true statement

I need a macro to determine if a file is present in
another directory and if so execute another macro
Something like:

If
\path\file.xls = true
Then
Application.Run "Prn"

End If

Thanks