LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default navigation keys are turning off

In Excel2000, I have the following (see below) macro to add apostrophes
to a selected range. After running the macro, my arrow (navigation)
keys stop working. If I then go to another file they stert up again. I
DO NOT have any Transistion keys enabled. Any ideas on how I can fix
this?

Thanks

Sub add_appostraphe()
Dim myinput

On Error GoTo finit

Set myinput = Application.InputBox(prompt:="Select a range that needs
an apostrophe", Type:=8)

For Each cll In myinput
n = cll.Value
cll.Value = "'" & n

Next

finit:
End Sub

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do you change navigation keys?? Roar Excel Discussion (Misc queries) 2 February 18th 09 09:03 AM
Transition navigation keys Brad Excel Discussion (Misc queries) 0 September 18th 07 03:48 PM
navigation keys in protected sheet VaBuckshot Excel Discussion (Misc queries) 1 September 27th 06 02:44 PM
Transition Navigation Keys [email protected] Excel Discussion (Misc queries) 2 June 2nd 05 09:33 PM
Using Navigation Keys Nigel[_4_] Excel Programming 0 October 11th 03 05:32 AM


All times are GMT +1. The time now is 07:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"