#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Hourglass

hello,
I've forgotten, and can't find in help, how to turn on the
hourglass using VBA in a function.
any suggestions?

K
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Hourglass

Use

Application.Cursor = xlWait


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"K" wrote in message
...
hello,
I've forgotten, and can't find in help, how to turn on the
hourglass using VBA in a function.
any suggestions?

K



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Hourglass

Hi Chip,

That's an approach that I haven't seen before.
How do I turn it off after the process is complete?

K
-----Original Message-----
Use

Application.Cursor = xlWait


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"K" wrote in message
...
hello,
I've forgotten, and can't find in help, how to turn on

the
hourglass using VBA in a function.
any suggestions?

K



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Hourglass

To return the cursor to its default setting, use

Application.Cursor = xlDefault


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"K" wrote in message
...
Hi Chip,

That's an approach that I haven't seen before.
How do I turn it off after the process is complete?

K
-----Original Message-----
Use

Application.Cursor = xlWait


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"K" wrote in message
...
hello,
I've forgotten, and can't find in help, how to turn on

the
hourglass using VBA in a function.
any suggestions?

K



.



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
Set Hourglass On dhstein Excel Discussion (Misc queries) 3 July 19th 09 04:46 PM
Display hourglass problems Dale Fye Excel Discussion (Misc queries) 2 November 29th 07 03:19 PM
How do I get rid of Hourglass Joe[_2_] Excel Discussion (Misc queries) 5 June 16th 07 08:50 PM
hourglass won't go away after formula was entered Dawn New Users to Excel 9 November 1st 05 10:36 PM
Hourglass comes up when going between split screens. jimbcpa Excel Worksheet Functions 4 August 27th 05 07:48 PM


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