June 24, 2022 zalweb This vba code for open folder on current located folder Private Sub CommandButton2_Click() Dim strFolder As String strFolder = ThisWorkbook.Path & “\folder\” ActiveWorkbook.FollowHyperlink Address:=strFolder, NewWindow:=True End Sub Previous Post Protected: VBA Code For “Create Folder Button” In Excel Next Post WordPress How To Remove Page Titles