Copy and Rename Sheets - Function!

J

John Smith

Is there a function that can copy an existing Sheet and change the nam
of the new Sheet? Something like:

= CopySheet(“OriginalSheetName”,”NewSheetName”
 
F

Frank Kabel

Hi
there's no build in formula for this. You'll have to write
some VBAcode for this
 
Top