Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Continuous running macro

I would like to create a macro that runs continuously while a
spreadsheet is open. I need to be able to enter information into the
spreadsheet, and have the sheet update itself as I enter data.

thanks for your help.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Continuous running macro

You have rethink your strategy because Excel cannot be in edit mode and have
a macro running; one or the other, not both.
Why do need a continuous macro ?

NickHK

"mcolson" wrote in message
oups.com...
I would like to create a macro that runs continuously while a
spreadsheet is open. I need to be able to enter information into the
spreadsheet, and have the sheet update itself as I enter data.

thanks for your help.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Continuous running macro

there isn't such a thing.
what is available are worksheet_change macros that will execute
immediately every time somebody makes a change on the worksheet.

links to sample threads about worksheet_change:

1.
http://groups.google.com/group/micro...ce7a07396bb968

2.
http://groups.google.com/group/micro...4931a8ec0547a1

hope this helps!
susan


On Mar 28, 7:40 am, "mcolson" wrote:
I would like to create a macro that runs continuously while a
spreadsheet is open. I need to be able to enter information into the
spreadsheet, and have the sheet update itself as I enter data.

thanks for your help.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Continuous running macro

You can't do that but you can have cells change in response to changes
elsewhere in the workbook. Please be specific about what you are trying to do.

Mike

"mcolson" wrote:

I would like to create a macro that runs continuously while a
spreadsheet is open. I need to be able to enter information into the
spreadsheet, and have the sheet update itself as I enter data.

thanks for your help.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Continuous running macro

Beyond the already suggested use of events,
Isn't that what formulas do?

The answer would depend on what you mean by Update and what that involves.

--
Regards,
Tom Ogilvy


"mcolson" wrote:

I would like to create a macro that runs continuously while a
spreadsheet is open. I need to be able to enter information into the
spreadsheet, and have the sheet update itself as I enter data.

thanks for your help.


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
Excel Continuous Running Total Scotty New Users to Excel 1 March 22nd 07 12:54 PM
Continuous Running Total Scotty Excel Discussion (Misc queries) 0 March 20th 07 01:01 PM
Report with macro losing links to a particular worksheet after running macro santhu Excel Programming 0 March 1st 07 03:25 AM
Need syntax for RUNning a Word macro with an argument, called from an Excel macro Steve[_84_] Excel Programming 3 July 6th 06 07:42 PM
Launch Macro in Access via Macro running in Excel??? dgrant Excel Programming 1 September 24th 03 01:38 PM


All times are GMT +1. The time now is 05:54 PM.

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"