W
Wandering mage
Can someone tell me how to cycle through the cells in a
range that has more than one cell selected?
range that has more than one cell selected?
-----Original Message-----
for each cell in Selection
msgbox cell.Address
Next
--
Regards,
Tom Ogilvy
.
For i = 1 To Selection.CountWandering said:Can someone tell me how to cycle through the cells in a
range that has more than one cell selected?