Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Displaying a message when macros run!

Hi all!

Is there a way we can display a message on the screen when a certai
macro is performing a specific task?

I used the Msgbox "Generating File" option but this requires the use
to hit an 'OK' box to proceed. Can we have Excel flash/display
message quote "Generating FEV File................", without having th
user to hit any 'OK' button?

At the end of the execution, the flash message should automaticall
stop.

I would appreciate any help in this matter, thanks in advance.

Regds,

Arun.

Vtec Corp

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Displaying a message when macros run!

Hi

Use the statusbar

Application.StatusBar = "I am working"
' your code
Application.StatusBar = False


Or a few other options

http://www.j-walk.com/ss/excel/files/developer.htm
Control the LED Display in the StatusBar

http://www.j-walk.com/ss/excel/tips/tip34.htm
Displaying a Progress Indicator


--
Regards Ron de Bruin
http://www.rondebruin.nl


"aiyer " wrote in message ...
Hi all!

Is there a way we can display a message on the screen when a certain
macro is performing a specific task?

I used the Msgbox "Generating File" option but this requires the user
to hit an 'OK' box to proceed. Can we have Excel flash/display a
message quote "Generating FEV File................", without having the
user to hit any 'OK' button?

At the end of the execution, the flash message should automatically
stop.

I would appreciate any help in this matter, thanks in advance.

Regds,

Arun.

Vtec Corp.


---
Message posted from http://www.ExcelForum.com/



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
If Formula for displaying a message Sherees Excel Discussion (Misc queries) 9 January 16th 10 12:12 PM
Stop displaying a message because of a formula Urgent Help Excel Worksheet Functions 2 April 10th 09 07:29 PM
Displaying a message in a message box without requiring user to click anything to proceed Android[_2_] Excel Programming 2 June 25th 04 06:44 PM
Displaying a status message Scott Arnold Excel Programming 2 May 12th 04 12:21 PM
Displaying a Message and a Beep ZAK Excel Programming 1 November 11th 03 11:10 AM


All times are GMT +1. The time now is 05:02 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"