Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Deleting sheets
Deleting sheets
Resolved · Low Priority · Version 2003
Deleting sheets
How do you delete sheets already present in VBA and then re create.For upcoming training course dates see: Pricing & availability
RE: Deleting sheets
Thank you for your question.To delete a sheet using VBA use
Sheets("MyData").DeleteTo add a sheet using VBA use
Worksheets.Add
Regards
Laura GB
Tue 27 Jan 2009: Automatically marked as resolved.
|
|
» Forum post: Using a Macro or VBA to save a sheet in a workbook and then emai |



Course updates

