P
Peter
In my Excel 2010 workbook I want to copy a "master-sheet" e.g. a
formatet sheet with named fields etc but without data.
I use the Worksheets("master").Copy Before:=Sheets(2)
The challenge is, that the user is asked if he want to use the
rangenames from the master-sheet again. Can I avoid that (those, one
for each named range) questions. I have tried with On Error Resume
Next, buy as the question is not an error that statement has no
effect.
Regards
Peter
formatet sheet with named fields etc but without data.
I use the Worksheets("master").Copy Before:=Sheets(2)
The challenge is, that the user is asked if he want to use the
rangenames from the master-sheet again. Can I avoid that (those, one
for each named range) questions. I have tried with On Error Resume
Next, buy as the question is not an error that statement has no
effect.
Regards
Peter