Hello
i use in vba this code:
is it way to specific range of activecell? I mean if Im at Range ("A1:BA6") my code wont make changes, or working only in Range ("A7:BA405").![]()
i = ActiveCell.Row Cells(i, "AA").Copy Destination:=Cells("5", "AE") Cells(i, "AC").Copy Destination:=Cells("5", "AF")
I try With-End With but its doesnt work.
Thank you.
Bookmarks