Stephen_IV
Well-known Member
- Joined
- Mar 17, 2003
- Messages
- 1,177
- Office Version
- 365
- 2019
- Platform
- Windows
if r =("A1:M1") then
I know what this would do
For each c in r
But what would be the difference between the following below:
For each c in r.rows
For each c in r.cells
For each c in r.columns
I know what this would do
For each c in r
But what would be the difference between the following below:
For each c in r.rows
For each c in r.cells
For each c in r.columns