http://expert.csdn.net/Expert/topic/1269/1269261.xml?temp=.5116388
http://expert.csdn.net/Expert/topic/1495/1495319.xml?temp=.2599909CommonDialog1.CancelError=True
Private Sub Command1_Click()
  On Error GoTo OnCancel
    With CommonDialog1
        .Flags = cdlOFNFileMustExist Or cdlOFNAllowMultiselect Or   cdlOFNExplorer
        .MaxFileSize = 32737
        .ShowOpen
    End With
 OnCancel:
   exit sub
End Sub
To verybelial(顶级狙击手) (▲▲▲):
分隔符是Chr(0),不是空格。所以没有影响