How would I loop through a user selection....
I use this , however the sheet must be the active one.....
For Each cell In Selection.Rows
'do.....
Next Cell
I would like something like this ..
For Each cell In Sheet("usersection").Selection.Rows
'do.....
Next Cell
I use this , however the sheet must be the active one.....
For Each cell In Selection.Rows
'do.....
Next Cell
I would like something like this ..
For Each cell In Sheet("usersection").Selection.Rows
'do.....
Next Cell