ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Unable to delete a worksheet in a workbook. (https://www.excelbanter.com/excel-programming/346278-unable-delete-worksheet-workbook.html)

DS

Unable to delete a worksheet in a workbook.
 
I try to delete a worksheet in a workbook using .Delete() method of the
worksheet object. When I run the program nothing happens.

Can any one point to me how to delete a worksheet in a workbook using Excel
object?

Please see below for my working environment.

Platform:
..NET 1.1 program references MS Excel 11 library.
MS Office 2003.

Thanks
D. Santhosh



K Dales[_2_]

Unable to delete a worksheet in a workbook.
 
Nothing happens = not even an error message?

Would need to see code to figure it out.
--
- K Dales


"DS" wrote:

I try to delete a worksheet in a workbook using .Delete() method of the
worksheet object. When I run the program nothing happens.

Can any one point to me how to delete a worksheet in a workbook using Excel
object?

Please see below for my working environment.

Platform:
.NET 1.1 program references MS Excel 11 library.
MS Office 2003.

Thanks
D. Santhosh



DS

My code to delete a worksheet
 
Hi Dales,

Below is my code to delete "Sheet1" worksheet in my workbook.

With DirectCast(ThisWorkBook.Sheets("Sheet1"), Excel.Worksheet)
.Select()
.Delete()
End With

Thanks
D. Santhosh

"K Dales" wrote:

Nothing happens = not even an error message?

Would need to see code to figure it out.
--
- K Dales


"DS" wrote:

I try to delete a worksheet in a workbook using .Delete() method of the
worksheet object. When I run the program nothing happens.

Can any one point to me how to delete a worksheet in a workbook using Excel
object?

Please see below for my working environment.

Platform:
.NET 1.1 program references MS Excel 11 library.
MS Office 2003.

Thanks
D. Santhosh



Rowan Drummond[_3_]

My code to delete a worksheet
 
Try

ThisWorkbook.Sheets("Sheet1").Delete

Hope this helps
Rowan

DS wrote:
Hi Dales,

Below is my code to delete "Sheet1" worksheet in my workbook.

With DirectCast(ThisWorkBook.Sheets("Sheet1"), Excel.Worksheet)
.Select()
.Delete()
End With

Thanks
D. Santhosh

"K Dales" wrote:


Nothing happens = not even an error message?

Would need to see code to figure it out.
--
- K Dales


"DS" wrote:


I try to delete a worksheet in a workbook using .Delete() method of the
worksheet object. When I run the program nothing happens.

Can any one point to me how to delete a worksheet in a workbook using Excel
object?

Please see below for my working environment.

Platform:
.NET 1.1 program references MS Excel 11 library.
MS Office 2003.

Thanks
D. Santhosh



D Santhosh

My code to delete a worksheet
 
Hi Rowan,

I tried "ThisWorkbook.Sheets("Sheet1").Delete". It does not seem to work.

Thanks,

D. Santhosh

"Rowan Drummond" wrote:

Try

ThisWorkbook.Sheets("Sheet1").Delete

Hope this helps
Rowan

DS wrote:
Hi Dales,

Below is my code to delete "Sheet1" worksheet in my workbook.

With DirectCast(ThisWorkBook.Sheets("Sheet1"), Excel.Worksheet)
.Select()
.Delete()
End With

Thanks
D. Santhosh

"K Dales" wrote:


Nothing happens = not even an error message?

Would need to see code to figure it out.
--
- K Dales


"DS" wrote:


I try to delete a worksheet in a workbook using .Delete() method of the
worksheet object. When I run the program nothing happens.

Can any one point to me how to delete a worksheet in a workbook using Excel
object?

Please see below for my working environment.

Platform:
.NET 1.1 program references MS Excel 11 library.
MS Office 2003.

Thanks
D. Santhosh




Rowan Drummond[_3_]

My code to delete a worksheet
 
In what way does it not work? Are you getting an error message? Is the
sheet still there after you run the code? Etc etc?

Regards
Rowan

D Santhosh wrote:
Hi Rowan,

I tried "ThisWorkbook.Sheets("Sheet1").Delete". It does not seem to work.

Thanks,

D. Santhosh

"Rowan Drummond" wrote:


Try

ThisWorkbook.Sheets("Sheet1").Delete

Hope this helps
Rowan

DS wrote:

Hi Dales,

Below is my code to delete "Sheet1" worksheet in my workbook.

With DirectCast(ThisWorkBook.Sheets("Sheet1"), Excel.Worksheet)
.Select()
.Delete()
End With

Thanks
D. Santhosh

"K Dales" wrote:



Nothing happens = not even an error message?

Would need to see code to figure it out.
--
- K Dales


"DS" wrote:



I try to delete a worksheet in a workbook using .Delete() method of the
worksheet object. When I run the program nothing happens.

Can any one point to me how to delete a worksheet in a workbook using Excel
object?

Please see below for my working environment.

Platform:
.NET 1.1 program references MS Excel 11 library.
MS Office 2003.

Thanks
D. Santhosh





All times are GMT +1. The time now is 07:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com