Hi Experts,
could anyone please help me out in translating to the below excel macro code to the abap code.
Sub Macro3()
'
' Macro3 Macro
' macro by abani mishra
'
'
Rows("545:545").Select
ActiveSheet.Paste
Range("C549:D549").Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "MAT5432"
Range("C550:D550").Select
ActiveCell.FormulaR1C1 = "2345689"
Range("C551:D551").Select
ActiveCell.FormulaR1C1 = "MATERIAL FOR ROHS"
Range("C552").Select
End Sub
Regards,
Abani