Add existing worksheets to a new workbook in .NET

Hi,

I have an application which creates several worksheets in a workbook. I also have some common worksheets that I append to every workbook that I create. I was wondering if there is a way for me to add these common worksheets to a new workbook that I create so that I can create the common sheets once and use them to add them to every workbook that I create. Any help is appreciated

Thanks in Advance,

Pload

Hi Pload,
Please check: Copying and Moving Worksheets|Documentation

Thank you.

Perfect! Thanks Amjad.