Monday 26 January 2015

VBA changing and playing with cursor


Application.Cursor = xlIBeam ' Beam Cursor

Application.Cursor = xlNorthwestArrow ' Arrow Cusrsor

Application.Cursor = xlWait ' Waiting Cursor


Application.Cursor = xlDefault ' Default Cursor

No comments:

Post a Comment