Advanced Excel Macros : Data Validation/Analysis : OneDrive

This really just need a minor adjustment in the VBA code. Go back to the VBA screen and go to the Sub bolit() macro Under the Sub bolit() line, type the code: GoToWorksheet = InputBox(“Enter a Worksheet Name:”, “Worksheet Selector) Worksheets(GoToWorkSheet).Activate The code should look like this: ................
................