I was wondering if there was some special way to handle if a user wants to open multiple word doc files at the same time. (Ctl + Click each document you want to open then open them)
Right now I recieve an error if I try to open multiple documents at onces.
VB Code:
ChangeFileOpenDirectory strLocation Set dlgDialog = Dialogs(intMethod) With dlgDialog .Name = strName If blnExecute Then .Show Else .Display End If End With




Reply With Quote