LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 897
Default MACRO NEEDED TO MAKE SPREADSHEET PROFESSIONAL

You want something like a modeless userform that updates itself. For
example:

http://j-walk.com/ss/Excel/tips/tip34.htm

For a simple solution, just use the status bar. It's at the bottom of
the Excel window where it usually says "Ready" at the bottom. For
example

Application.Statusbar = "Running macro now..."

And when it's done:

Application.Statusbar = False

HTH,
JP

On Mar 20, 12:35*pm, K wrote:

I have macro which is set on a button in a spreadsheet and few other
colleagues use that spreadsheet as well. *The macro basically get data
from other sheet and update the current sheet. *I want macro to put
before the present macro so when someone hit the button the message
should come up saying "PLEASE WAITE......." and the dots after word
"PLESE WAITE" should increase and decrease, as happens when you
install some software then my present macro should run and after when
the present macro finish updating the spreadsheet the message should
come up saying "UPDATED". please explain brefly how this can be done.
Many Thanks- Hide quoted text -

- Show quoted text -


 
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 can I make a cell red if number is not greater than needed? daisyp66 Excel Worksheet Functions 4 December 2nd 09 07:33 PM
make spreadsheet look professional willem Excel Discussion (Misc queries) 4 February 10th 09 09:54 PM
Formula needed for repetative spreadsheet amatur wkr Excel Worksheet Functions 3 April 30th 08 08:47 PM
How can I learn to make attactive Professional spreadsheets? Rockies Excel Discussion (Misc queries) 1 March 1st 07 04:42 PM
Help w/ spreadsheet needed Kirk Excel Discussion (Misc queries) 2 July 27th 06 04:53 PM


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