Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi folks, this is knda like a follow on to a previous question that Pete UK
helped a bit with. I have recorded the following macro but I need to change it since it doesn't exactly do what I want: Sub Macro3() ' ' Macro3 Macro ' Macro recorded 08/12/2007 ' ' Rows("7:7").Select Selection.Delete Shift:=xlUp Range("A1").Select End Sub I need to change it so that the user can specify which row number to delete by entering a value in a cell: Row (Value in cell A1) Select Selection.Delete Shift: ....etc etc How do I write the code to specify that instead of it saying to delete a specific row such as the ("7:7"), it will delete the row according to the number in a cell? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete the test values, but do not delete the formulas | Excel Discussion (Misc queries) | |||
How can I delete a macro when the Delete button is not active? | Excel Worksheet Functions | |||
How to Delete a Range in Closed Workbook (to Replace Delete Query) | Excel Discussion (Misc queries) | |||
How do i delete a macro in Excel 2003 when delete isn't highlight | Excel Discussion (Misc queries) | |||
How to delete rows when List toolbar's "delete" isnt highlighted? | Excel Worksheet Functions |