VBA splash screen

S

scott

I have a pivot table linked to an OLAP cube. Is there any way to
create through VBA a small form that appears while the cube is
refreshing and disappears when it is finished. Maybe saying something
like "....Please wait." Any help would be appreciated. Thanks.
 
B

BrianB

Easy. Put a textbox on screen and remove it with code (record a
macro).

Add a line of code after the textbox is added like
[Activesheet.Range("A1").Select] to take focus away from it otherwise
you get strange results with the formatting.


Regards
BrianB
----------------------------------------------------------
 

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