Hey everyone! I asked a similar question on another thread, and didn't get any responses. Then I realized how broad a question I was asking. I am going to get more specific about where I am confused. Also, I am getting pretty comfortable with the code, but struggle with the logic/syntax of loops. Anyone wanting to explain how they do it would be greatly appreciated.
Ok, I would like to create a loop which does the following:
Dim File_Path As String
File_Path = "Desktop/Sandbox"
'Here is my question -->' If an excel filename in File_Path (including subfolders) contains text "Example" Then
'Do things'
Else
End If
Ok, I would like to create a loop which does the following:
Dim File_Path As String
File_Path = "Desktop/Sandbox"
'Here is my question -->' If an excel filename in File_Path (including subfolders) contains text "Example" Then
'Do things'
Else
End If