F Frank Jul 24, 2007 #1 Hello, is there a way of changing Excel's cursor from the default cross to the basic Windows arrow? Thanks in advance.
Hello, is there a way of changing Excel's cursor from the default cross to the basic Windows arrow? Thanks in advance.
G Guest Jul 24, 2007 #2 Try this Sub cursor() Application.cursor = xlNorthwestArrow End Sub change it back to normal with xlDefault Mike
Try this Sub cursor() Application.cursor = xlNorthwestArrow End Sub change it back to normal with xlDefault Mike
R Ron de Bruin Jul 24, 2007 #3 Hi Frank Run this code line one time Application.Cursor = xlNorthwestArrow Te restore Application.Cursor = xlDefault
Hi Frank Run this code line one time Application.Cursor = xlNorthwestArrow Te restore Application.Cursor = xlDefault