Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Autofill a formula in Excel
Message
From
21/12/1999 12:01:09
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00306668
Message ID:
00306742
Views:
40
>I need to copy a formula in excel using the autofill method.
>I have tried the below and variations but with no joy.
>Has anyone done this before?
>
>ox.RANGE(ox.cells(440,4),ox.cells(440,4)).Select
>WITH ox.selection
> .Range.Autofill(.range(ox.cells(440.4),ox.cells(440,52)), 0)
>ENDWITH
>
>Thanks in Advance
>MArtin

Have you tried recording what you're trying to do in Excel and then looking at the VBA code?
Previous
Reply
Map
View

Click here to load this message in the networking platform