Blanchetdb
Board Regular
- Joined
- Jul 31, 2018
- Messages
- 161
- Office Version
- 2016
- Platform
- Windows
I presently have a lengthy document that has titles, in an Index, at the beginning of the document. How can I use command buttons with each subject so that when selected , it brings the reader to a specific row in the document?
Person selects the "HR" Command Button - it brings the person to the section (row) of the document that talks about HR
I presently using the following to navigate from one sheet o another:
Sub Activate_Worksheet_HRSD()
ThisWorkbook.Sheets("HRServicesDirectorate").Activate
End Sub
please help!
Person selects the "HR" Command Button - it brings the person to the section (row) of the document that talks about HR
I presently using the following to navigate from one sheet o another:
Sub Activate_Worksheet_HRSD()
ThisWorkbook.Sheets("HRServicesDirectorate").Activate
End Sub
please help!