ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Move active cell? (https://www.excelbanter.com/excel-programming/394093-move-active-cell.html)

Kent McPherson[_2_]

Move active cell?
 
How do I move the active cell in a range inside a loop?



Scoops

Move active cell?
 
On 25 Jul, 13:58, "Kent McPherson" wrote:
How do I move the active cell in a range inside a loop?


Hi Kent

You could use:

Dim cell as Range
Dim myRange as Range

For Each cell in myRange
cell.select
DoMyProcess
Next

Note that you don't actually need to select a cell in order to
interact with it, unless you specifically want to do that, so the
above minus "cell.select" would suffice.

Regards

Steve




All times are GMT +1. The time now is 04:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com