J
John Michl
Is there a way to determine if the user is running Excel in a browser
window or in an instance of Excel?
I have a calculator model that is posted on our intranet. The
instructions indicate that people are supposed right-click on the link
and save it to their computer then open it in Excel. Inevitable,
people double-click then start using the tool in a browser window
instead. Much of the VBA code doesn't work properly.
I'll like to change the workbook_open code to
1) Determine if in browser mode and if so, then
2) Issue a warning.
Thanks.
- John
window or in an instance of Excel?
I have a calculator model that is posted on our intranet. The
instructions indicate that people are supposed right-click on the link
and save it to their computer then open it in Excel. Inevitable,
people double-click then start using the tool in a browser window
instead. Much of the VBA code doesn't work properly.
I'll like to change the workbook_open code to
1) Determine if in browser mode and if so, then
2) Issue a warning.
Thanks.
- John