Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reporting using Excel, Excel remains open
Message
From
27/03/2003 15:34:50
Dave Crowley
Alliance Marketing Services
Jamison, Pennsylvania, United States
 
 
To
17/03/2003 20:12:38
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00765514
Message ID:
00770955
Views:
19
Alan,
Thanks for your help. It seems I did have a similar problem. In my code I had:
oleExcel.cells[cntr,ncolumn].VALUE = " "

I came across some code in the "MS Office Automation with Visual Foxpro" book and switched the code to:
oleExcel.cells(cntr,ncolumn) = " "

Not only does the invisible excel no longer open but my program runs 5x faster. Weird!

Thanks again,
Dave
Previous
Reply
Map
View

Click here to load this message in the networking platform