Yes, just record a macro that moves you to the correct sheet, and assign it to a picture or button (can't remember if cells can be used) with the OnClick command (or doubleclick if you don't fancy activating it accidentally).
Remember to name it something meaningful, so that if you have several sheets you can reuse the macro as needed (e.g. a single macro can be used on every sheet to link to a menu page as the code is the same)
If you want to go to places on the same sheet, you can change it to relative reference to do something like move down 20 rows or whatever (useful for a page down command button).