Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Instead of "Range("A4").Select" from the code below I want the code to just
go one cell down until it finds a blank cell. This is a macro that would be run one at a time and not on a loop. For example, the user will click a command button, the code would run once (unless it finds an empty cell) and then end until the user clicks the command button again. Obviously this is very possible but I'm at a loss for the code. Thanks all! Windows("Extract.xls").Activate Range("A4").Select Selection.Copy Windows("PascoTOC.xls").Activate Range("E8").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to move part of cell contents to another cell | Excel Discussion (Misc queries) | |||
Visual basic macro move cursor down 1 cell | Excel Worksheet Functions | |||
macro- move down to empty cell & active worksheet | Excel Worksheet Functions | |||
move to another cell within a subtotal report within a macro | Excel Worksheet Functions | |||
enter data in cell which will start macro to move data to sheet2 | Excel Discussion (Misc queries) |