Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Norman, Yep, that works. Thanks to you and Dave P. for all your help on this matter. Its working wonderfully. and yes i got the: 'Application.EnableEvents = False' 'Application.EnableEvents = True' working i think. I need to tweek some border stuff, but its working Dave Norman Jones Wrote: Hi Dave, Range("I2").AutoFill Destination:=Range("I2:J" & LRow) gives me: "AutoFill Method of Range Class Failed" My fault! It should be: Range("I2:J2").AutoFill Destination:=Range("I2:J" & LRow) --- Regards, Norman -- Desert Piranha ------------------------------------------------------------------------ Desert Piranha's Profile: http://www.excelforum.com/member.php...o&userid=28934 View this thread: http://www.excelforum.com/showthread...hreadid=509141 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofill data based on an assigned code/prefix | Excel Worksheet Functions | |||
Autofill formula to next row | Excel Discussion (Misc queries) | |||
Autofill: Need to autofill one week block, (5) weekday only into cells. | Excel Discussion (Misc queries) | |||
VBA code to Autofill one cell to many rows below where row count will change | Excel Programming | |||
Q. Autofill question: Can I autofill alpha characters like I can numbers? | Excel Programming |