On Thu, 2 Oct 2014, at 12:14 PM, Laurie Alvey wrote:
> If you want to want to make Excel visible, you need to do a bit more as
> in
> automation there will not be an active workbook.
> oXL = NEWOBJECT("Excel.Application")
> IF VARTYPE(oXL) == "O" AND NOT ISNULL(oXL)
>       oXL.Workbooks.Add
>      oXL.Visible = .T.
> ENDIF
> 

But - if you're doing any amount of long repetitive task like populating
rows, you *don't* want it visible as the process will take much longer.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1412259885.2800272.174376373.0608d...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to