Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default VBA splash screen

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default VBA splash screen

I have examples on my site below, also see the sample
code for providing user feedback

Dermot Balson
Free VBA code for user interfaces, internet connectivity,
encryption
http://www.webace.com.au/~balson/Ins...l/Default.html
Last updated August 2003


-----Original Message-----
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.
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default VBA splash screen

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
----------------------------------------------------------





(scott) wrote in message . com...
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.

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
Splash Screen John Calder New Users to Excel 2 May 11th 09 03:22 AM
Splash Screen Brooke Excel Discussion (Misc queries) 5 March 25th 08 03:58 PM
splash screen K11ngy Excel Discussion (Misc queries) 3 July 9th 07 12:19 PM
splash screen Dave F Excel Discussion (Misc queries) 2 March 16th 07 05:00 PM
splash screen David W[_3_] Excel Programming 3 September 2nd 03 09:13 PM


All times are GMT +1. The time now is 01:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"