I have a program that opens up various workbooks, and I would like to have A1 automatically selected after a workbook is opened.
My code is below. The opened excel file's name is saved as variable "OpeningVar".
Private Sub CommandButton1_Click()
Dim Wbk As Workbook
Dim Pth As...