Hi everyone. I have code that succeeds in expanding the current selection (CurrentRegion) to include one more column. It does that great. But when I added in lines (4) and (8), i get a error 404.
Heres what I got:
Private Sub CommandButton3_Click()Set Rng = Range("L5").CurrentRegion...