Guest_imported
New member
- Jan 1, 1970
- 0
Hi there,
I am new to VBA, so please be patient.
I need a Sub Procedure which proofs if a file does exist or not. With following structure:
Sub CheckExistence(file$)
'If file$ = exists Then ....
End Sub
How can I achieve this?
Thanks for your help,
SJ
I am new to VBA, so please be patient.
I need a Sub Procedure which proofs if a file does exist or not. With following structure:
Sub CheckExistence(file$)
'If file$ = exists Then ....
End Sub
How can I achieve this?
Thanks for your help,
SJ