Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Process Doesn't End :-(

Hey Peeps,

I am opening an excel document in a html frame in internet explorer and then
using the below macro within the excel workbook to control the value of a
cell. Once i either close the window or move to another page in internet
explorer the Excel process (in task manager) keeps running and so i can't
open the file again as it says its already open.

The macro that is activated when i click on a link is below:



Sub link1()

ActiveSheet.Unprotect
temp = ActiveWorkbook.Sheets("Sheet2").Range("B1").Value
ActiveWorkbook.ActiveSheet.Range("description").Va lue = temp
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True

End Sub



Regards

Adam Thickett
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make a process map in Excel? The Hard Worker Charts and Charting in Excel 2 May 24th 05 05:38 PM
How to count process running time ( process not finished) miao jie Excel Programming 0 January 13th 05 09:23 AM
How to count process running time ( process not finished) miao jie Excel Programming 2 January 12th 05 06:01 AM
excel process problem 2 tango Excel Programming 1 November 27th 04 02:29 PM
excel process problem tango Excel Programming 1 November 27th 04 06:01 AM


All times are GMT +1. The time now is 06:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"