Hello,
I'm italian programmer and I live in Basilicata (South of Italy).
a) I must to create a excel document, as I can convert the following instructions generate from excel's macro into Visual Foxpro code?
* -------
Hts Macro
' Macro registrata il 22/09/2004 da Administrator
Application.CutCopyMode = False
Range("A29:H35").Select
Selection.Copy
Range("A36").Select
Selection.Insert Shift:=xlDown
b) There is a reference guide with a set of istruction that they can be used for automation with Word or Excel?
Very thanks
Nicola
I'm italian programmer and I live in Basilicata (South of Italy).
a) I must to create a excel document, as I can convert the following instructions generate from excel's macro into Visual Foxpro code?
* -------
Hts Macro
' Macro registrata il 22/09/2004 da Administrator
Application.CutCopyMode = False
Range("A29:H35").Select
Selection.Copy
Range("A36").Select
Selection.Insert Shift:=xlDown
b) There is a reference guide with a set of istruction that they can be used for automation with Word or Excel?
Very thanks
Nicola