Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Syntax - copying one worksheet to another new one
Message
 
To
14/06/2001 05:14:58
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00518215
Message ID:
00930010
Views:
7
Thanks, your comment helped.
CopyFrom = oExcel.Workbooks("hw2004etf.xls").WorkSheets(mySoSheet).Range(WholePriceRange.address)
CopyTo = oExcel.Workbooks("hw.xls").WorkSheets(myDsheet).Range(ThisOff.address)

CopyFrom.Copy(CopyTo)
Previous
Reply
Map
View

Click here to load this message in the networking platform