V victorab New member Local time Today, 20:31 Joined Aug 25, 2001 Messages 6 Sep 15, 2001 #1 Is there a way to modify the size of the cursor in Access 2000 using VBA?
A Alexandre Registered User. Local time Tomorrow, 02:31 Joined Feb 22, 2001 Messages 794 Sep 16, 2001 #2 Search Access help for the MousePointer property of the Application object. The set of pointers available is relatively restricted, but there is no way to choose other ones without the help of API. Alex
Search Access help for the MousePointer property of the Application object. The set of pointers available is relatively restricted, but there is no way to choose other ones without the help of API. Alex