Macros - Write Message in Status Bar

C

Cathy D.

I'm creating a PowerPoint macro that does a lot of searching an
replacing for clean-up purposes. When the macro is completed, I woul
like to have a message display in the status bar. In Word, the VB
code would read Application.StatusBar = "message". I tried this sam
code in PowerPoint and it doesn't work.

Does anyone know if this can be done in PowerPoint and, if it can, ho
exactly I would need to write the code?

Thanks alot for your time and help!
 
B

Brian Reilly, MS MVP

Cathy,
One of the others will correct me if I'm wrong, but I don't think PPT
has a StatusBar. I've used a msgbox at the completion of a long
routine, or you could use a textbox and change the value of the text
box during execution and then delete the textbox after completion.

Brian Reilly, PowerPoint MVP
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello Cathy,

Although PowerPoint has a status bar, there is no way to do what you are
trying to do.

If you (or anyone else reading this message) think that it's important that
PowerPoint provide this kind of functionality (without having to resort to
VBA or add-ins), don't forget to send your feedback (in YOUR OWN WORDS,
please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions)

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
S

Steve Rindsberg

One of the others will correct me if I'm wrong, but I don't think PPT
has a StatusBar.

For *once* you're right, Brian.

The part about "somebody will correct me if I'm wrong" that is.

'Cause you are.

PPT's status bar is the thing that shows "Slide 1 of 1" and the current design
and all that schtuff. You might have it turned off - Tools, Options, View,
Status Bar checked/unchecked.

Want to go for Two? (as in wrongs, making a right? Excellerithmetic, isn't
that what that's called?)
used a msgbox at the completion of a long
routine, or you could use a textbox and change the value of the text
box during execution and then delete the textbox after completion.

Or in PPT 2000 and up, you can use a user form (show it with Modal = False) and
update the userform as you go.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top