Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found the solution I wanted now:
Selection.End(xlDown).Offset(1, 0).Value = nsum OK as long as your data is contiguous with no blanks. Good point! This should work for all situations... Cells(Selection.Row + Selection.Count, Selection.Column).Value = nsum Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to select entire row and column in a sigle cell selection | Excel Worksheet Functions | |||
Select last cell in Selection | Excel Discussion (Misc queries) | |||
Range(Selection, Selection.End(xlToRight)).Select | Excel Programming | |||
Select another Textbox After Selection | Excel Programming | |||
Select specific columns for a given cell selection | Excel Programming |