I am using the following code to activate a sheet named "Profit" but receive an error message when opening the workbook? The spelling is correct and there is a sheet named "Profit"?
Thanks in advance![]()
Sub GoToProfit() Application.ScreenUpdating = False Unload UserForm2 Sheets("Profit").Activate Range("A1").Offset(1, 2).Select End Sub
Bookmarks