Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm using Excel 2003. I'm having trouble deleting a worksheet with VBA. The code looks fine, even used MSDN to find some examples: Worksheets("Sheet2").Delete But it's not working. I open an Excel file in VBA, I add a sheet, copy data from the sheet to another sheet, then delete the sheet, and save and close the workbook. All of this is done with VBA. When I open up the workbook manually, the sheet I thought I just deleted is still there. The copy and paste are working fine. Is there some prep-work that might need to take place before Excel allows you to delete a sheet? Any ideas? Thanks, Scott |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete value on worksheet 2 that match values on worksheet 1 | Excel Discussion (Misc queries) | |||
How to delete a duplicate Excel worksheet within that worksheet? | Excel Discussion (Misc queries) | |||
How to delete Excel worksheet using VBA without delete dialog? | Excel Programming | |||
to delete a worksheet | Excel Programming | |||
Delete Worksheet with VBA | Excel Programming |