Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you try what I posted?
Chrissy. Peter wrote I have now tried a couple of different things as seen below, but I get errors. Try1: Range("A1:C1").Select Selection.AutoFill Destination:=Range("A1", Cells (Rows.Count, 3).End(xlUp)), Type:=xlFillDefault Range("A1", Cells(Rows.Count, 3).End(xlUp)).Select Try2: Dim rng As Excel.Range With Worksheets("Sheet1") Set rng = Range("A1", Cells(Rows.Count, 3).End(xlUp)) End With Range("A1:C1").Select Selection.AutoFill Destination:=Range(rng), Type:=xlFillDefault Range("A1:C622").Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make camera object refer to dynamic range | Excel Discussion (Misc queries) | |||
Dynamic Chart Object | Excel Discussion (Misc queries) | |||
Range object to Array object conversion | Excel Programming | |||
Range object to Array object conversion | Excel Programming | |||
Range object to Array object conversion | Excel Programming |