03-04-2009, 08:12 PM
When I use Excel Class it does all the work in background however I want it to be displayed in foreground. Also How can I save/discard changes silently and to set options in case of overwrite.
Excel
|
03-04-2009, 08:12 PM
When I use Excel Class it does all the work in background however I want it to be displayed in foreground. Also How can I save/discard changes silently and to set options in case of overwrite.
03-04-2009, 08:20 PM
Set Visible property of Application object to TRUE.
Don't remember. Workbook or Application or Worksheet object has Save or/and SaveAs methods. Several examples are here in forum. Also look in Forum -> Resources -> first topic.
03-05-2009, 01:23 PM
Thanks I found. One more thing how can I clear clipboard of Excel as when I close excel it ask for wheter to leave data in clipboard. I want to escape this dialog box.
03-05-2009, 01:25 PM
str c.setclip
|
« Next Oldest | Next Newest »
|