egoburnswell
New Member
- Joined
- Sep 2, 2015
- Messages
- 5
I'm currently using the loop:
For i = 1 To 10
Application.Workbooks.Open ( files(i) )
Next
To open several excel workbooks.
It works fine, but the standard message "File in Use" message box doesn't display, and the files just open in Read-Only mode without warning.
Is there any way to get this message box to display?
I could put an if statement and my own message box, but I'd rather avoid this.
Thanks
For i = 1 To 10
Application.Workbooks.Open ( files(i) )
Next
To open several excel workbooks.
It works fine, but the standard message "File in Use" message box doesn't display, and the files just open in Read-Only mode without warning.
Is there any way to get this message box to display?
I could put an if statement and my own message box, but I'd rather avoid this.
Thanks