PDA

View Full Version : change cursor during run time...



lazyuser
02-19-2009, 09:23 AM
how do i change the cursor while my process is running? i am trying to use Application.Cursor = xlWait

however, i do not see the 'Cursor' in the intellisense dropdown list when I type in the "." after 'Application'.

thankssss

fumei
02-19-2009, 10:23 AM
There is no "Cursor".

Why do you want to change the position of the cursor?

What are you actually trying to do?

lazyuser
02-24-2009, 02:01 PM
i need to change the cursor to an hourglass figure so users know something is running. as of now, i am not able to tell the user to wait while the application is processing something.

fumei
02-24-2009, 02:24 PM
You need to do a bit more research.

lucas
02-24-2009, 03:17 PM
search the forum for progress bar or progress in status bar.