ChuckDrago
Active Member
- Joined
- Sep 7, 2007
- Messages
- 470
- Office Version
- 2010
- Platform
- Windows
Hi everyone,
I hope this is only a setup condition that someone identifies, but the transition from Windows 7 and Excel 2010 to Windows 10 and Excel 2016 has caused a lot of agita.
For starters, environ("username") was not recognized (compile error Can't find project or library). Found out that Application.UserName is accepted. Next compile issue, same message, for a string formatting (i.e. UCase(Left(… )) failed on the Left clause. Did VBA change that much???
Tools, Reference shows all required checkmarks (the only MISSING is MS Calendar Control 11.0, not used on the macro in question).
Any suggestions will be enormously appreciated.
Thank you,
Chuck
I hope this is only a setup condition that someone identifies, but the transition from Windows 7 and Excel 2010 to Windows 10 and Excel 2016 has caused a lot of agita.
For starters, environ("username") was not recognized (compile error Can't find project or library). Found out that Application.UserName is accepted. Next compile issue, same message, for a string formatting (i.e. UCase(Left(… )) failed on the Left clause. Did VBA change that much???
Tools, Reference shows all required checkmarks (the only MISSING is MS Calendar Control 11.0, not used on the macro in question).
Any suggestions will be enormously appreciated.
Thank you,
Chuck