Hi Vijay,

You said:

>> which calculate and change after every 5 min

This lead me to guess that your workbook is kept in manual calculation mode,
and you have a VBA macro that periodically recalculates the workbook.  If
this is correct, please post the macro that performs the calculation.

 

Or -- if not -- I will have to think a bit on the best advice to offer,
since Excel does not offer an "event" that can fire off a macro before
calculation starts.  It only has events to execute macros after a
calculation has finished.  It also has events to execute macros before and
after the file is saved, so that case should be straightforward.

 

Asa

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Vijay Mane
Sent: Thursday, April 26, 2012 8:27 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Need help related to macro event

 

Hi Asa,

Thanks for quick reply,

can you please provide me code for the same, see I wanted to show message
whenever sheet calculating or saving data and message userform must hide
automatically.

Thanks
Vijay  

On Thu, Apr 26, 2012 at 11:09 AM, Asa Rossoff <a...@lovetour.info> wrote:

Hi Vijay,

How about a userform with your "busy" message?  You could either have the
userform's code perform the task (save, calculate,.) or if you want to
perform that task from outside the userform, set the userform's ShowModal
property to False so control will return to the procedure that displayed the
userform as soon as the userform is done loading.

 

Asa

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Vijay Mane
Sent: Wednesday, April 25, 2012 10:15 PM
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Need help related to macro event

 

Hi Experts,

Problem- I have a workbook which contain lot of data which calculate and
change after every 5 min.  so while calculating or saving workbook, I wanted
to show some message or object on middle of the screen which will show user
that file is calculating values or saving. User will understand some
operation is going on, user have to wait till the operation end.

Thanks,
Vijay J

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 
----------------------------------------------------------------------------
--------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 
----------------------------------------------------------------------------
--------------------------
To post to this group, send email to excel-macros@googlegroups.com

 

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 
----------------------------------------------------------------------------
--------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to