Hello,
I have a macro that does plotting on a group of files. But if the file has a particular word "[VERISION]" I need to skip it. I wrote the following that is within a loop for the files:
ActiveSheet.Cells(1, 1).Select
On Error GoTo GoodFile:
Cells.Find(What:="[VERSION]"...