|
-
Jun 9th, 2000, 12:20 AM
#1
Thread Starter
Addicted Member
oXL.Quit
Set oXL = Nothing
Should do the trick. Are you sure you are opening only one instance of Excel? Sometimes people have both:
Set oXL = New Excel.Application
set oXL = CreateObject("Excel.Application")
or something similar and they actually open two instances of Excel. Make sure you only use one. You might want to post your code so we can look at it.
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
|
Click Here to Expand Forum to Full Width
|