I am creating new sheets from within VBA. First I would like to see if a sheet by that name (for example "abc123" already exists and if so, don't try to create "abc123" again.
Is there an easy way to do this other than looping through all sheets present?
Is there an easy way to do this other than looping through all sheets present?