Dear Friends
hi
this is my first post in this forum, i'm so glad to find this site and you
i try to assigned the MACRO to shape in worksheet that add a new row above a total row
but all macro just point to specific row number like bellow:
Sub Add()
'
' Add Macro
'
'
Rows("12:12").Select
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
End Sub
would you please help me in this issue
Bookmarks