Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hang on wait a minute,
Thank you Ossiemac, eveything is tickty boo. Cheers "LaDdIe" wrote: Once again thank you for your assitance, I have tried all combinations of code and keeping getting this error: Run-time error 1004 Method 'range' of object'_Global failed. Would you be able to shed some light. "OssieMac" wrote: Another option instead of using the colon and concatenating the range, a comma can be used between the start and end ranges. (Similar to the Selection example.) Range("A4").AutoFill _ Destination:=Range("A4", _ Range("NETDAYS").Value) -- Regards, OssieMac |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selection AutoFill, Excel 2000 & 2003 | Excel Worksheet Functions | |||
Selection.Autofill Destination:=Range(ActiveCell.Value) | Excel Programming | |||
AutoFill on selection | Excel Programming | |||
Function to store last row and use in autofill selection | Excel Programming |