What's command for find sheets exist in workbooks?
I need your help for command of VBA
what's command for "find sheets("A")=ture"
please refer to under information.
if "find sheets("A")=ture" then
Worksheets("A").Delete
end if
ActiveWorkbook.Worksheets.Add
rename = ActiveSheet.Name
Worksheets(rename).Name = "A"
|