I'm guessing you mean the mouse cursor on the screen, right? You can change
it to the "hourglass" (it is a spinning circle on my Vista system by the
way) using this line of code...
Application.Cursor = xlWait
But keep in mind it will remain the "hourglass" symbol until you change it
back using this line of code..
Application.Cursor = xlDefault