Show "Status Bar" type comments using VBA

G

Guest

Using VBA Code what is the VBA code to show update comments to the user,
whilst a macro is processing in PowerPoint? In Excel the similar code is
Application.StatusBar = ""

Thanks KEN
 
S

Steve Rindsberg

Using VBA Code what is the VBA code to show update comments to the user,
whilst a macro is processing in PowerPoint? In Excel the similar code is
Application.StatusBar = ""

There's no similar capability in PPT. Bummer.
 
S

Shyam Pillai

Status bar is off limits from the native object model support in PowerPoint.
You could make use of a modeless userform or even subvert a custom floating
commandbar for the purpose.
 

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