S StefanSch Registered User. Local time Today, 21:48 Joined Jan 18, 2003 Messages 136 Apr 10, 2003 #1 Is there a VBA code to make the blinking cursor disappear during the processing of a time-consuming code?
Is there a VBA code to make the blinking cursor disappear during the processing of a time-consuming code?
Ally Registered User. Local time Today, 20:48 Joined Sep 18, 2001 Messages 617 Apr 10, 2003 #2 You could try DoCmd.Hourglass True and then at the end of your code DoCmd.Hourglass False This will just show your cursor as the "busy" hourglass.
You could try DoCmd.Hourglass True and then at the end of your code DoCmd.Hourglass False This will just show your cursor as the "busy" hourglass.