Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Guess not if you are going to ignore them.
-- Regards, Tom Ogilvy "Bill McCaleb" wrote in message ... 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 =--- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I access Visual Basic in Excel 2007 Trial? | Setting up and Configuration of Excel | |||
visual basic within Access If...Then | Excel Discussion (Misc queries) | |||
visual basic within Access If...Then | Excel Discussion (Misc queries) | |||
Activate check "Trust access to Visual Basic " in Excel | New Users to Excel | |||
using visual basic to access a protected DB | Excel Programming |