Need help with a macro that will
Add the values of each cell in column A respectively to column B.
I've tried
Sub 1()
Range("[Column 2]") = Range("[Column 2]") + Range("[Column 1]")
End
I am getting the following errors:
Mismatch
Method 'Range' of object'_Global' failed
Bookmarks