Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi guys, I want to be able to implement an auto number function. So i'm trying to read in the value of the previous row of the column. I'm using: Cells(target.row, 2) to find to find the row but i want to be able to read the value of the number in the cell so that i can add 1 to the number. Any help would be greatly appreciated, Aidan -- afmullane ------------------------------------------------------------------------ afmullane's Profile: http://www.excelforum.com/member.php...o&userid=33567 View this thread: http://www.excelforum.com/showthread...hreadid=538420 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Aidan,
Try something like: rCell.Value = rCell.Offset(-1,0).Value --- Regards, Norman "afmullane" wrote in message ... Hi guys, I want to be able to implement an auto number function. So i'm trying to read in the value of the previous row of the column. I'm using: Cells(target.row, 2) to find to find the row but i want to be able to read the value of the number in the cell so that i can add 1 to the number. Any help would be greatly appreciated, Aidan -- afmullane ------------------------------------------------------------------------ afmullane's Profile: http://www.excelforum.com/member.php...o&userid=33567 View this thread: http://www.excelforum.com/showthread...hreadid=538420 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace: find part cell, replace whole cell | Excel Worksheet Functions | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Change the appearance cell where Find criteria is found in a cell | Excel Discussion (Misc queries) | |||
UDF code to find specific text in cell comments, then average cell values | Excel Programming | |||
use find twice to find cell on a specific row | Excel Programming |