G
Guest
Hello again,
I think I have used my annual quota of questions in the past several days.
But... here is one more, hopefully simple.
I have an Excel document that is password protected for modifications, so it
pops a message box to the user asking for password or Read Only.
Goal: Open the Excel file from a command button.
Sounds simple enough, but... the Excel message box to the user is behind
the main form. I have to ALT+TAB to locate the Excel icon to get focus on
Excel. How can I open this doc and force the excel prompt to get focus?
Here is the simple hyperlink. I have also tried it with creating excel
objects and open it, but same results.
(within Access VBA)
Application.FollowHyperlink strFile, , True
Any assistance is appreciated.
Thank you,
David
I think I have used my annual quota of questions in the past several days.
But... here is one more, hopefully simple.
I have an Excel document that is password protected for modifications, so it
pops a message box to the user asking for password or Read Only.
Goal: Open the Excel file from a command button.
Sounds simple enough, but... the Excel message box to the user is behind
the main form. I have to ALT+TAB to locate the Excel icon to get focus on
Excel. How can I open this doc and force the excel prompt to get focus?
Here is the simple hyperlink. I have also tried it with creating excel
objects and open it, but same results.
(within Access VBA)
Application.FollowHyperlink strFile, , True
Any assistance is appreciated.
Thank you,
David