Aug 30, 2002 #1 sabavno Programmer Jul 25, 2002 381 CA Hi I export some data into the excel spreadsheet...so what I want to do is to check it the file is open before I do my transfer Please suggest. Thanks
Hi I export some data into the excel spreadsheet...so what I want to do is to check it the file is open before I do my transfer Please suggest. Thanks
Aug 30, 2002 #2 KathyD MIS Jul 8, 2002 6 US Hi there. I recently had this problem myself. I found this to work: Workbooks.Open Filename:= abc.xls If ActiveWorkbook.ReadOnly = True Hope this helps. Cheers KathyD Upvote 0 Downvote
Hi there. I recently had this problem myself. I found this to work: Workbooks.Open Filename:= abc.xls If ActiveWorkbook.ReadOnly = True Hope this helps. Cheers KathyD