-
working with Excel within VB-6
In my VB6 program I am opening an excel workbook and reading some data then closing my workbook. This is working fine but I want to make sure the workbook is closed and the application is quit. How can I do that? My closing code looks like this:
appEx.Workbooks.Close
appEx.Quit
now I want to see that it is closed and quit.
-
Add
Code:
Set appEx = Nothing
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Similar Threads
-
By flv58 in forum VB Classic
Replies: 0
Last Post: 02-09-2007, 06:24 AM
-
Replies: 1
Last Post: 01-02-2007, 08:58 AM
-
By svn in forum VB Classic
Replies: 6
Last Post: 05-17-2005, 09:55 AM
-
By Parita Pai in forum VB Classic
Replies: 1
Last Post: 07-19-2002, 08:31 AM
-
By Eugene Lim in forum VB Classic
Replies: 1
Last Post: 07-25-2001, 06:17 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks