+ Reply to Thread
Results 1 to 2 of 2

Displaying the Hourglass in Excel

  1. #1
    RAJ
    Guest

    Displaying the Hourglass in Excel

    Hi,
    I would like to change the Mouse pointer when vba processing is being
    performed, and then change the mouse pointer back to original status once the
    procesing completed..
    This can be easily perfomred in VB 6, but how do I do this in
    Excel2000,vba???

    Thanks
    Raj

  2. #2
    Bob Phillips
    Guest

    Re: Displaying the Hourglass in Excel

    Application.Cursor = xlWait

    and reset with


    Application.Cursor = xlDefault

    --

    HTH


    RP
    (remove nothere from the email address if mailing direct)


    "RAJ" <RAJ@discussions.microsoft.com> wrote in message
    news:CB920CFF-B89E-406A-AC9B-7DDC3FD1A29E@microsoft.com...
    > Hi,
    > I would like to change the Mouse pointer when vba processing is being
    > performed, and then change the mouse pointer back to original status once

    the
    > procesing completed..
    > This can be easily perfomred in VB 6, but how do I do this in
    > Excel2000,vba???
    >
    > Thanks
    > Raj




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1