Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
I am trying to create a macro that will delete lines based on a number that
is inputted in a particular cell. For instance if the number is cell A1 is 10 then input 10 rows for data. |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]() Rows(10).Resize(Range("A1").Value).Delete -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "cporter" wrote in message ... I am trying to create a macro that will delete lines based on a number that is inputted in a particular cell. For instance if the number is cell A1 is 10 then input 10 rows for data. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create a command button, then assign macro to it in excel | Excel Discussion (Misc queries) | |||
how to create automatic macro with if statement or similar | Excel Discussion (Misc queries) | |||
create macro for learning purposes | Excel Worksheet Functions | |||
How do I create a macro, that references another excel file ??? | Excel Worksheet Functions | |||
Macro to create macro | Excel Discussion (Misc queries) |