I know this is simple but can't get it to work.
I want to copy a relative range but only if the cursor is
in column B.
I will add a msgbox saying ..move the cursor to B and retry...
So I guess I use the IF..THEN..ELSE..statements
If ActiveCell = 2 (?) THEN
'''do something
ELSE
add msg box statement DIM and all that stuff
ENDIF
END SUB or something like that .. lol
I want to copy a relative range but only if the cursor is
in column B.
I will add a msgbox saying ..move the cursor to B and retry...
So I guess I use the IF..THEN..ELSE..statements
If ActiveCell = 2 (?) THEN
'''do something
ELSE
add msg box statement DIM and all that stuff
ENDIF
END SUB or something like that .. lol