Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Row = 100 Then Rows(3).Delete End Sub Using this code how can I then insert a row at the bottom of the spreadsheet? -- hol |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Code for Deleting a Row | Excel Worksheet Functions | |||
deleting selected worksheets using vb code | Excel Discussion (Misc queries) | |||
Deleting Workbook_Open code | Excel Discussion (Misc queries) | |||
Deleting Code from VBA | Excel Discussion (Misc queries) | |||
Deleting ALL duplicates using Pearson's code | Excel Worksheet Functions |