Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am attempting to paste some data into the first non-blank row below
a matrix of data. I'm using the following coding to do this (which I have used before): Sheets("Master").Select Range("A1").Select Selection.End(xlDown).Offset(1, 0).Select ActiveSheet.Paste Now, I keep getting a run time error on the selection line. What am I doing wrong? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding First Empty Cell in a Column | Excel Discussion (Misc queries) | |||
Finding next empty empty cell in a range of columns | Excel Programming | |||
Finding next available empty cell in a row | Excel Programming | |||
Finding the first empty cell in a column | Excel Programming | |||
Finding the next empty cell. | Excel Programming |