Thread
: [Solved]
Insert multiple files
View Single Post
12-27-2013, 01:55 PM
fumei
Windows 7 64bit
Office XP
Expert
Join Date: Jan 2013
Posts: 440
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 "".
fumei
View Public Profile
Find all posts by fumei