Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel
Message
 
To
06/05/2002 14:48:32
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Re: Excel
Miscellaneous
Thread ID:
00653196
Message ID:
00653239
Views:
29
We defined a single column array with 3 values (1,2,1)
gaArray(1)=1
gaArray(2)=2
gaArray(3)=1

Should we try:

loquery.TextFileColumnDataTypes(@gaArray) ??

where loquery is the excel object (loExcel)
loExcel.ActiveSheet.QueryTables.Add(Connection:= _
"TEXT;Q:\padutch\PADRPT\threedig.txt", Destination:=Range("A1"))
etc....

??

Thanks for responding so quickly
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform