Thread: [Solved] Insert multiple files
View Single Post
 
Old 12-27-2013, 01:55 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

strFolder = "C:\2\"
If strFolder = "" Then Exit Sub

As strFolder is explicitly given a value prior to the IF statement, the IF statement will never be "".
Reply With Quote