View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bill McCaleb Bill McCaleb is offline
external usenet poster
 
Posts: 3
Default Stopping Excel after running visual basic in Access

I tried this but it still didn't work. I have to shut down excel with
the task manager. Anyone have any other solutions?
bill

Nigel wrote:

It appears you are not closing Excel

Try putting in the line

Set ex = Nothing


Cheers
Nigel

"Bill McCaleb" wrote in message
...

After running the following sub the excel spreadsheet comes up. When
exiting out of excel the program appears to close but doesn't, it's
still running in the background. What's the problem?

Sub xls2()
Dim ex As New Excel.Application
Dim wrkbk As Excel.Workbook
Dim wks As Excel.Worksheet
Dim rng As Excel.Range

Set wrkbk = Workbooks.Open("c:\TRPWKBookA.xls")
Set wks = wrkbk.Worksheets("41 ECS")
wks.Range("b13").Value = 12
Set wks = wrkbk.Worksheets("755")
wks.Range("b13").Value = 13



'Set rng = wks.Cells(2, 13)
' With rng
' .Value =
'Set rng = wks.UsedRange.columns

ex.Visible = True



End Sub

Thanks if anyone can tell me what's wrong.
bill






----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---