Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form that tracks representative info and when "submitted" opens
another file and passes the data. There will be multiple users for the form, and I want to have it setup so if 2 people hit submit at the same time, it doesn't crash on one person with the data file open in a read only mode. Workbooks.Open Filename:= _ "\\c:\Floor Support Question Logs\Question Log.csv", WriteResPassword:="askme", IgnoreReadOnlyRecommended:=True Sheets("question log").Select Range("A1").Select How would you check to see if the file is already open and if it is, loop until it was closed before proceeding? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to check for Open File! | Excel Discussion (Misc queries) | |||
check if file is already open | Excel Discussion (Misc queries) | |||
Check to see if a file is already open | Excel Programming | |||
File Open Check | Excel Programming | |||
check if file already is open | Excel Programming |