The short answer to your question is Yes, with the code line "Sheets.Add" in a macro.
Tom Urtis
To anyone who can help.
Thanks Tom for your help. However after I create this sheet I wish to remove the grid lines, fill all the cells in pale blue, insert some word art, insert the date when the sheet was created and enter borders and other certain data. Further more I wish to create a reference to this sheet with a button that links to the sheet. Is it possible to do all this with a macro.
Thanks.
Yes it's possible to do all that using VB. A good way to familiarize yourself with VB is by carrying out those tasks in a recorded macro and then going back and studying the code in the VBE.
Thanx Tom. You have been a great help.