Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there --
I have a color coded key at the top of my spreadsheet. One cell is blue, one cell is red, etc. I would like the user to be able to click on one of those cells and automatically jump to the appropriate section in the spreadsheet. I saw another posting with the following code using validation: Private Sub Worksheet_Change(ByVal Target As Range) ActiveCell.Offset(1, 0).Select End Sub I was able to make this work by inserting something into the color-coded cell. However, I have 5 color-coded cells and each needs to jump to a different section of the spreadsheet. So I have a couple of questions: 1. First, can I automatically jump simply by clicking on the cell, without having to insert something? 2. How do I insert code for each individual jump? If you are able to provide code and guidance it would be most helpful if you could explain each piece in the code so that I understand what I'm doing. Thanks so much. Ellen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
jump to 1st blank cell | Excel Worksheet Functions | |||
how do i enfoce a"auto-tab or jump" to next cell | Excel Discussion (Misc queries) | |||
Immediately jump to next cell? | Excel Discussion (Misc queries) | |||
HOW TO JUMP TO THE LAST CELL IN A ROW? | Excel Discussion (Misc queries) | |||
How do I double click a cell and jump to cell's referenced cell | Excel Discussion (Misc queries) |