Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
roadkill
 
Posts: n/a
Default How to Show Macro is Running

Is there an easy way (programmatically or otherwise) to show that a macro is
running? The hour glass doesn't always show and simple things, like a
message box, stop the code while there showing. Also, I don't want to kill
the keyboard - just in case something unexpected happens and I need to Break.

I have this same issue in other applications. Most notably MS Project. So
a somewhat universal solution would be nice (I don't want much, do I?).

Thanks,
Will
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How to Show Macro is Running

A progress bar might be what you want. There is a nice one at
http://www.enhanceddatasystems.com/E...rogressBar.htm

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"roadkill" wrote in message
...
Is there an easy way (programmatically or otherwise) to show that a macro

is
running? The hour glass doesn't always show and simple things, like a
message box, stop the code while there showing. Also, I don't want to

kill
the keyboard - just in case something unexpected happens and I need to

Break.

I have this same issue in other applications. Most notably MS Project.

So
a somewhat universal solution would be nice (I don't want much, do I?).

Thanks,
Will



  #3   Report Post  
Posted to microsoft.public.excel.misc
roadkill
 
Posts: n/a
Default How to Show Macro is Running

I don't need anything so elaborate, but you pointed me in the right
direction. In reviewing the code related to the progress bar, I learned
about opening a form modeless (as opposed to modal) so that code continues to
run while the form is displayed. That was all I needed. Thanks!
- Will

"Bob Phillips" wrote:

A progress bar might be what you want. There is a nice one at
http://www.enhanceddatasystems.com/E...rogressBar.htm

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"roadkill" wrote in message
...
Is there an easy way (programmatically or otherwise) to show that a macro

is
running? The hour glass doesn't always show and simple things, like a
message box, stop the code while there showing. Also, I don't want to

kill
the keyboard - just in case something unexpected happens and I need to

Break.

I have this same issue in other applications. Most notably MS Project.

So
a somewhat universal solution would be nice (I don't want much, do I?).

Thanks,
Will




  #4   Report Post  
Posted to microsoft.public.excel.misc
mrice
 
Posts: n/a
Default How to Show Macro is Running


You could always use an Application.StatusBar message.

Martin

http://homepage.ntlworld.com/martin.rice1/


--
mrice
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=532400

  #5   Report Post  
Posted to microsoft.public.excel.misc
mrice
 
Posts: n/a
Default How to Show Macro is Running


You could always use an Application.StatusBar message.

Martin

http://homepage.ntlworld.com/martin.rice1/


--
mrice
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=532400

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
Running Same macro in 250 Worksheets in Same Workbook halem2 Excel Worksheet Functions 3 March 24th 06 08:51 AM
Running a Macro a number of times JWF Excel Discussion (Misc queries) 2 March 14th 06 11:10 AM
Running a Macro when a single cell is selected Jerry Wustrack Excel Discussion (Misc queries) 3 January 31st 06 08:27 PM
Macro running problem Pat Excel Discussion (Misc queries) 2 May 20th 05 10:45 PM
Shadows of the Pivottable Field List while macro is running David P Excel Worksheet Functions 0 February 25th 05 07:11 PM


All times are GMT +1. The time now is 10:02 AM.

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

About Us

"It's about Microsoft Excel"