Forum Discussion

North_Yorks's avatar
North_Yorks
Copper Contributor
Nov 25, 2020

VBA Formula

Hi, I have a spreadsheet that uses VBA to hide rows upon opening. I would like the workbook to open on the first tab. I have seen the formula to use for this: Private Sub Workbook_Open()   Workshe...