View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default Excel mark cursor

1.where do i need to enter the code below so it works everytime i use a excel
spreadsheet. I am afraid I will need all the steps.
2. So i do CTL+F and the celll will be brought up


"excelent" wrote:

well i ges so but not sure

by the way do u get a NorthwestArrow ?
i dont - just getting a standard arrow !


"Joe" skrev:

Can that work for any worksheet when I open it?

"excelent" wrote:

try:

Sub tst()
Application.Cursor = xlNorthwestArrow
MsgBox ("")
Application.Cursor = xlIBeam
MsgBox ("")
Application.Cursor = xlWait
MsgBox ("")
Application.Cursor = xlDefault
End Sub


"Joe" skrev:

HI, Would it be possible to get an arrow or similar (eg pointer) when u have
the cursor over a cell in excell. SAP does allow a similar feature but it
doesnt seem to have it in excel. Any ideas? thanks