Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
With the following, how would i amend to include range "unit333" o sheet "t800"????? Private Sub CommandButton6_Click() Dim rng As Range, x As Single Dim wsquote As Worksheet Set wsquote = Worksheets("sheet1") On Error Resume Next Set rng = wsquote.Range("unit356") If Err.Number = 0 Then x = rng.Rows.Count Worksheets("sheet1").Unprotect Password:="jenjen1" wsquote.Range("knife3").ClearContents rng.Offset(0, 0).Resize(x).EntireRow.Delete Else MsgBox "You have already deleted Unit 3" End If Worksheets("sheet1").Protect Password:="jenjen1" End Sub ??????????? CHeers!!!!!!! -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
addition error code is 1E+05. What does that mean? | Excel Discussion (Misc queries) | |||
Help with existing code | Excel Discussion (Misc queries) | |||
Addition to code | Excel Programming | |||
Addition code for 110 TextBoxes | Excel Programming | |||
Addition code for 110 TextBoxes | Excel Programming |