If InStr(File1.List(i), "?") > 0 Then temp = Replace(File1.List(i), "?", "_") End If Name (File1.Path & "\" & File1.List(i)) As (File1.Path & "\" & temp)
If InStr(File1.List(i), " ") > 0 Then temp = Replace(File1.List(i), " ", "_") End If Name (File1.Path & "\" & File1.List(i)) As (File1.Path & "\" & temp)
If InStr(File1.List(i), "?") > 0 Then
temp = Replace(File1.List(i), "?", "_")
End If
Name (File1.Path & "\" & File1.List(i)) As (File1.Path & "\" & temp)
If InStr(File1.List(i), " ") > 0 Then
temp = Replace(File1.List(i), " ", "_")
End If
Name (File1.Path & "\" & File1.List(i)) As (File1.Path & "\" & temp)