Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Provide more detail about what you are wanting to do. For instance, where
is the new info coming from? User entry? By VBA code? You would need VBA to insert a new row or rows above the existing data. For instance, the following inserts a new blank row above the current row 2. HTH Otto Sub Test() Rows(2).EntireRow.Insert End Sub "PeteL" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When sorting info in columns, can I make it insert blank line bet. | Excel Worksheet Functions | |||
Can I make one spreadsheet retrieve info from previous spreadshee. | Excel Discussion (Misc queries) | |||
Multiple worksheet queries | Excel Worksheet Functions | |||
How do I select cells and make the info populate into a form? | Excel Worksheet Functions | |||
how to make the links info dialog box not appear | Excel Worksheet Functions |