hello all,
i need help
I have this code and it is working great in inserting and shifting cells,
i need another code to go with this code To undo insert. using custom button in the active sheet.
__________________________________________________________
' Synchronous inserting of cell(s) to the activesheet and to AFT
Sub SynchroInsert()
With Selection
Sheets("AFT").Range(.Address).EntireRow.Columns("F").Resize(, .Columns.Count).Insert Shift:=xlToRight
.Insert Shift:=xlToRight
End With
End Sub
___________________________________________________________
thanks
Khalil
i need help
I have this code and it is working great in inserting and shifting cells,
i need another code to go with this code To undo insert. using custom button in the active sheet.
__________________________________________________________
' Synchronous inserting of cell(s) to the activesheet and to AFT
Sub SynchroInsert()
With Selection
Sheets("AFT").Range(.Address).EntireRow.Columns("F").Resize(, .Columns.Count).Insert Shift:=xlToRight
.Insert Shift:=xlToRight
End With
End Sub
___________________________________________________________
thanks
Khalil