G
grt
hi,
The following subroutine works great. Though I would like
to have a msgbox appear if the user cancels. Any suggestions?
Sub ImportSome()
Workbooks.OpenText FileName:=Application.GetOpenFilename, _
StartRow:=1, DataType:=xlDelimited,.......
End Sub
The following subroutine works great. Though I would like
to have a msgbox appear if the user cancels. Any suggestions?
Sub ImportSome()
Workbooks.OpenText FileName:=Application.GetOpenFilename, _
StartRow:=1, DataType:=xlDelimited,.......
End Sub