Hi and thanks in advance,
I'm working on an "If Then" issue. In laymans terms my code would read "If this range of cells is empty, then copy this other range of cells".
In my attempt to code it it reads:
If ActiveSheet.Shapes(btnAccept").Select = Click Then
If ActiveSheet.Range("I4:I13")...