Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect/remove extra sheets outlook auto
Message
From
20/12/2013 09:03:14
 
 
To
20/12/2013 01:10:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01590666
Message ID:
01590680
Views:
76
This message has been marked as the solution to the initial question of the thread.
>Does anyone know the code line to detect extra sheets in excel automation?
>
>I have the second part.
>
>oExcel.Sheets("sheet2").Delete
>
>thanks k
* This assumes that oExcel is the workbook, not Excel itself
if oExcel.Sheets.Count > 1
Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform