![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I'm sure this is dead simple but how can I find out what row I'm on when running a macro.
Cheers John |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: San Francisco, California USA
Posts: 10,382
|
Something like this might help.
Sub RowID() MsgBox ActiveCell.Row End Sub Tom Urtis |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks Tom
Cheers John |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|