Michael M
Well-known Member
- Joined
- Oct 27, 2005
- Messages
- 21,888
- Office Version
- 365
- 2019
- 2013
- 2007
- Platform
- Windows
Steve
IF you paste the code into your VBA editor AND the first line is "Option Explicit" simply delete it.
If you want to turn it off for future "pastes", which is ill advised.
Open the VBA editor / tools / Options / Editor
and Check the "Require Variable Declaration" checkbox
IF you paste the code into your VBA editor AND the first line is "Option Explicit" simply delete it.
If you want to turn it off for future "pastes", which is ill advised.
Open the VBA editor / tools / Options / Editor
and Check the "Require Variable Declaration" checkbox