Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MsgBox Prompt:="Click on the row you wish to delete", _
Title:="Delete row" If ListBox1.ListIndex < -1 Then ListBox1.RemoveItem (ListBox1.ListIndex) End If "Beeo" wrote: Hello I have a data-list (excel 2003) with records and the following code RowNo = Application.InputBox(Prompt:="Click on the row you wish to delete", Title:="Delete row", Type:=1 + 2) Selection.ListObject.ListRows(RowNo).Delete But it's not working. Help appreciated (I'm new to this so please be nice :) Tia / Beeo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup column based on user input | Excel Worksheet Functions | |||
Creating a table based on user input | Excel Programming | |||
Averaging values from a list, based on user input | Excel Worksheet Functions | |||
Autofilter based on user input? | Excel Programming | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |