Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Changing Workbook Property

I posted a question earlier about how to calculate individual sheets, the
suggestion was I create a command button to do this. I created the button
and placed VBA code of:

Activesheet.Calculate

That command line works just fine, HOWEVER, the user is annoyed that the
statusbar shows 'Calculate' afterwards.

Q: Is there a workbook property that can be set to true/false that will
clear the statusbar? Similar to the 'Saved' property of a workbook.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Changing Workbook Property

application.statusbar=false

Tim

"PosseJohn" wrote in message
...
I posted a question earlier about how to calculate individual sheets,
the
suggestion was I create a command button to do this. I created the
button
and placed VBA code of:

Activesheet.Calculate

That command line works just fine, HOWEVER, the user is annoyed that
the
statusbar shows 'Calculate' afterwards.

Q: Is there a workbook property that can be set to true/false that
will
clear the statusbar? Similar to the 'Saved' property of a workbook.




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
Manually changing a picture (shape) name property ker_01 Excel Discussion (Misc queries) 4 April 3rd 23 07:01 PM
changing an activex control property using a macro Sian Excel Discussion (Misc queries) 1 January 11th 08 11:56 AM
changing property of a picture that is already pasted on excel cc New Users to Excel 0 June 27th 06 05:04 AM
listbox shrinks to a line when changing between sheets if I use the visible property bikerchick Excel Programming 0 July 7th 04 04:07 PM
DisplayAlerts property is not changing to False myoung Excel Programming 1 November 19th 03 04:48 PM


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