Magic Polygon
New Member
- Joined
- Aug 20, 2023
- Messages
- 30
- Office Version
- 2019
- Platform
- Windows
Suppose you have have a cell:
and this reference:
What does the reference reference?
VBA Code:
Set FirstCell = Range("B4")
and this reference:
VBA Code:
FirstCell (4, 6)
What does the reference reference?