alexsheehan
Member
Hi guys & gals
Related to my other posts (in that it's the same spreadsheet I'm working on);-
I have a worksheet called "Indicator" which contains hyperlinks which, when someone clicks on them, activates my "Database2" worksheet and takes them directly to the appropriate bit of data to be able to edit it.
In my "Database2" worksheet, I would like to be able to prevent the user from scrolling vertically/horizontally, but ONLY once the hyperlink has taken them to the appropriate data. In other words, if they have clicked on a hyperlink in the "Indicator" worksheet, it correctly takes them to cell(s) "$C$171", "$C$205", "$C$239" etc. etc. in my "Database2" worksheet, but once there, it prevents them from scrolling up/across to prevent them from seeing redundant data.
I have all my hyperlinks working correctly, navigating their merry way to the correct location of my "Database2" worksheet, I just need some assitance with the coding to "lock" the window in pace once there.
Does anyone have any ideas?
Thanks very much in advance.
Alex
Related to my other posts (in that it's the same spreadsheet I'm working on);-
Code:
http://chandoo.org/forums/topic/change-in-cell-tickcheck-box-value-in-multiple-ranges-using-selectionchange
and
http://chandoo.org/forums/topic/set-data-validation-box-to-top-value-within-search-criteria
I have a worksheet called "Indicator" which contains hyperlinks which, when someone clicks on them, activates my "Database2" worksheet and takes them directly to the appropriate bit of data to be able to edit it.
In my "Database2" worksheet, I would like to be able to prevent the user from scrolling vertically/horizontally, but ONLY once the hyperlink has taken them to the appropriate data. In other words, if they have clicked on a hyperlink in the "Indicator" worksheet, it correctly takes them to cell(s) "$C$171", "$C$205", "$C$239" etc. etc. in my "Database2" worksheet, but once there, it prevents them from scrolling up/across to prevent them from seeing redundant data.
I have all my hyperlinks working correctly, navigating their merry way to the correct location of my "Database2" worksheet, I just need some assitance with the coding to "lock" the window in pace once there.
Does anyone have any ideas?
Thanks very much in advance.
Alex