Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I cant seem to get it. I need to go to cell b71 count to last active cell
then add one so that i can add in totals. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200708/1 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Cells(Rows.Count,"B").End(xlUp).Offset(1,0).Select -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "jln via OfficeKB.com" <u25956@uwe wrote in message news:7778376fb00db@uwe... I cant seem to get it. I need to go to cell b71 count to last active cell then add one so that i can add in totals. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200708/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to COUNT the pairing of DIGITS in a list, cell by cell | Excel Worksheet Functions | |||
subtract one cell from each cell in a range and count instances | Excel Worksheet Functions | |||
How to auto count data in an empty cell to be 0. Blank cell=0 | Excel Discussion (Misc queries) | |||
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? | Excel Worksheet Functions | |||
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? | Excel Programming |