Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code but needs some help tricking it.
Private Sub CommandButton1_Click() ActualRow = Selection.Row Cells(ActualRow + 1, 1).EntireRow.Insert Range(Cells(ActualRow, 1), Cells(ActualRow, 3)).Copy _ Destination:=Cells(ActualRow + 1, 1) End Sub 1. I need to start in cell D34 2. Copy the format in D34 to new row Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Block inser or delete rows | Excel Programming | |||
VBA Inser a new Row | Excel Discussion (Misc queries) | |||
Inser a page number in MS Excel | Excel Discussion (Misc queries) | |||
Best way to inser file property into and excel sheet (cell) | Excel Discussion (Misc queries) | |||
Formulas: Keeping same row/column reference when columns are inser | Excel Discussion (Misc queries) |