JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
As title, I'm unsure of the correct way to do this as I've seen a few ways.
On workbook open ?
Public / Const?
Example:
myVar1 = Sheets("Sheet1").Range("A1").value
How can I use myVar1 in all macros without any further declaration
Any info appreciated
As title, I'm unsure of the correct way to do this as I've seen a few ways.
On workbook open ?
Public / Const?
Example:
myVar1 = Sheets("Sheet1").Range("A1").value
How can I use myVar1 in all macros without any further declaration
Any info appreciated