Environment: Excel 2003, IE7.0
I am having unexpected vba script errors when opening
a spreadsheet in a IE in readonly mode.
The code works correctly in readonly mode if opened outside of IE.
It also works correctly inside of IE if not in readonly mode.
Dim ws as Worksheet
Set ws =...