Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, Is there any way to use VBA to return the value of the next row? Thanks -- SusieQ ------------------------------------------------------------------------ SusieQ's Profile: http://www.excelforum.com/member.php...o&userid=30818 View this thread: http://www.excelforum.com/showthread...hreadid=506801 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
This will give you the value of the Cell in B in the next row MsgBox Cells(ActiveCell.Row + 1, "B").Value -- Regards Ron de Bruin http://www.rondebruin.nl "SusieQ" wrote in message ... Hi, Is there any way to use VBA to return the value of the next row? Thanks -- SusieQ ------------------------------------------------------------------------ SusieQ's Profile: http://www.excelforum.com/member.php...o&userid=30818 View this thread: http://www.excelforum.com/showthread...hreadid=506801 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|