hi, i know how to:
Dim WorksheetExists As Boolean
WorksheetExists = Evaluate("ISREF('Graficas'!A1)")
and work
But i am work with some workbooks....
and then i need evaluate if exist sheets on each workbook.
this:
WorksheetExists = Evaluate("ISREF('Graficas'!A1)")
Evaluate in the last opened...