Hi All,
Not sure if I'm in the right spot or not and I'm not too familiar with Excel VBA Stuff (self taught) but created a worksheet where I can "hide/show" rows based on a Yes/No Dropdown list that I have entered in a cell. I have this set up for 7 different areas on Sheet1. The locations are all over the place, one is in J4, one in J21, one in F60 etc as an example. All works just fine however, when I select any of the dropdowns that are part of the cell range in the code the cursor "skips" to the last cell that I have listed in the Range I have in my VBA code. IE: Code is as follows. Set KeyCells = Range("J4,J21,J31,J40,J53,F60,F68"), again all works well, but when I select Cell J4 the cursor moves down to the last cell in my range (F68), if I then scroll back up to J21 and select it, it then too moves the cursor back to F68 and I have to scroll back up to the area of the page I want to work on and so on...
Hope that makes sense.
What I need help with is finding a way to have the cursor NOT go to F68 each time I select a cell in the range. Ideally I would love it to move it to a specific cell but even if it just "moves to the next active cell" that would be better than what is happening right now.
Any insights would be appreciated. Thanks.![]()
Bookmarks