Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Below is a snippet of code that finds the first empty column and pastes
information down the column. I want to select the newly pasted range for editting. The last line does in fact select the proper range of cells after pasting, but results in the following error message: Run-time error "1004": Method 'range' of object '_global' failed Worksheets("Aggregates").Select Range("A3").End(xlToRight).Offset(0, 1).Select ActiveSheet.Paste Range(ActiveCell.Address & ActiveCell.End(xlUp)).Select Any help appreciated, -- Jim T |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting multiple cells, I can't see the cells highlighted | Excel Discussion (Misc queries) | |||
How to change shade of cells when selecting multiple cells | Excel Discussion (Misc queries) | |||
selecting cells without certain value | Excel Worksheet Functions | |||
By selecting cells adjacent to cells tally sheet | Excel Worksheet Functions | |||
Don Selecting cells | Excel Programming |