Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been trying to copy a range of cells based on the time column to another
worksheet. The problem I have is with the Worksheets(2).Cells(ind,1).select line. I keep on getting a Runtime 1004 error (Application defined or object defined error). What is wrong with this code? Dim date_range As Range Set date_range = Sheets(1).Range("a2", Range("a2").End(xlDown)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying A Range of Cells to Another Worksheet | Excel Discussion (Misc queries) | |||
universal copying over worksheet range | Excel Discussion (Misc queries) | |||
Copying cell with input range to different worksheet | Excel Worksheet Functions | |||
Copying a worksheet witrh protected cells to a new worksheet | Excel Worksheet Functions | |||
How do I skip blank cells when copying over a range of cells? | Excel Discussion (Misc queries) |