View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Gary is offline
external usenet poster
 
Posts: 273
Default VBA - Click mouse to change cursor to cross hair that spans the en

I need the ability to allow the user to change the cursor to a cross hair
that covers the entire form that detected the mouse event. This is needed so
user can read values along sides and bottom of form as he/she moves mouse
over the form. I have been unable to find any vba code to do this.

Gary