A
andycharger
In my macro, I am opening several other spreadsheets and performing som
formatting.
However, sometimes a particular spreadsheet may not be present.
What I need to find out is if there is any way to check if a fil
exists before performing the code i need.
Like this:
If (spreadsheet exists) then
' do the code
Else
End if
So what I need to know is if there is a keyword or something to do th
check. If so, what is it?
Please help!
And
formatting.
However, sometimes a particular spreadsheet may not be present.
What I need to find out is if there is any way to check if a fil
exists before performing the code i need.
Like this:
If (spreadsheet exists) then
' do the code
Else
End if
So what I need to know is if there is a keyword or something to do th
check. If so, what is it?
Please help!
And