Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
wiskeyjruiz
 
Posts: n/a
Default How can i set-up home key go to a particular cell?

I want to set-up my Home key on keyboard to go to a particular cell and not
the begining.
  #2   Report Post  
Posted to microsoft.public.excel.setup
David McRitchie
 
Posts: n/a
Default How can i set-up home key go to a particular cell?

Doubt that that is a good idea but, here is how you can do that.

Reference
http://msdn.microsoft.com/library/de...HV05203370.asp

Sub botchup_home()
Application.OnKey "{HOME}", "Alternative_Home"
end sub

sub unbotch_home()
application.onkey "{HOME}", ""
end sub

Sub alternative_Home()
range("F14").activate
end sub

Also some additional information in
http://www.mvps.org/dmcritchie/excel/shortx2k.htm

Please use your first and last name in newsgroups at least in these newsgroups it is a lot more
friendly and shows an interest and desire to participate in helping others not necessarily
in this newsgroup but anywhere, as opposed to just using newsgroups to get an answer.. It's a lot
more friendly. And it can be really nice to recognize a name from some other area when someone
asks for help in an area you are more familiar with. Of course you usually need more than just
a first and last name to identify yourself a little more especially cross disciplines.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"wiskeyjruiz" wrote in message ...
I want to set-up my Home key on keyboard to go to a particular cell and not
the begining.



Reply
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
Cell color based upon cell value My View Excel Discussion (Misc queries) 11 July 6th 05 03:59 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Function syntax to compare cell contents ES Excel Worksheet Functions 2 May 18th 05 03:53 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 05:29 PM.

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

About Us

"It's about Microsoft Excel"