View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
luis luis is offline
external usenet poster
 
Posts: 12
Default Open a file that is already open

Hello.
I'm trying to do 2 things that i explain right away:
1 - I trying to do a VBA function that when you click on a
button, first checks if a certain file is already open,
and if this is true then it doesn't do nothing, and if its
false it opens the file.

2 - How can i open the Start-Run-Browse window with VBA
code?

Thanks