When i change the sheet i need to go to a different path. But the Dir does not work??
This line shows ""
strFolder = Dir(strPath, vbDirectory)
Private Sub OpenFolder_Click()
Dim SourcePath As String
Dim SubPath As String
Dim strFolder As String
Dim strPath...