Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone explain to me what this piece of code is supposed to do?
myRow = Cells(Rows.Count, 2).End(xlUp).Row |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
seems to return the last row in column 2 that contains data
|
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
returns the row after the last "used" row - <possibly worded incorrectly
"Dave F" wrote: Can someone explain to me what this piece of code is supposed to do? myRow = Cells(Rows.Count, 2).End(xlUp).Row |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
find the last row in column 2 that has data.
goto B65536. Then hit the end key and then the up arrow. that is what it essentially does. -- Regards, Tom Ogilvy "Dave F" wrote: Can someone explain to me what this piece of code is supposed to do? myRow = Cells(Rows.Count, 2).End(xlUp).Row |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks all; this is helpful.
On Jun 19, 9:13 am, Tom Ogilvy wrote: find the last row in column 2 that has data. goto B65536. Then hit the end key and then the up arrow. that is what it essentially does. -- Regards, Tom Ogilvy "Dave F" wrote: Can someone explain to me what this piece of code is supposed to do? myRow = Cells(Rows.Count, 2).End(xlUp).Row- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count cells with multiple criteria and two rows | Excel Discussion (Misc queries) | |||
Cells(Rows.Count, "b").End(xlUp).Row | Excel Programming | |||
How do I count nonblank cells in rows within Excel? | New Users to Excel | |||
MyRow error | Excel Programming | |||
problem with Rows.Count and comparing cells | Excel Programming |