I am developing a application on excel 2013 using vba, I want the user of application always see arrow pointer instead of excel default cursor (plus [+] looking cursor). I know there is a following method:
Application.Cursor = xlDefault
But this is not working for me, is there any API function for this?