G
Guest
Hello,
I'm new to both the newsgroup and VBA programming. I have a simple problem that I can't seem to work past and I am looking for some help. I have an Excel spreadsheet with data in adjacent columns. The number of rows is variable. I would like to copy the data from the B column to the A column if the data in B is > zero.
45 0
0 23 (copy this B cell to the adjacent a cell)
12 0
10 0
I'm trying to use an If Then statement but I can't seem to copy from one cell and paste to another in the same statement.
Thanks
RonD
I'm new to both the newsgroup and VBA programming. I have a simple problem that I can't seem to work past and I am looking for some help. I have an Excel spreadsheet with data in adjacent columns. The number of rows is variable. I would like to copy the data from the B column to the A column if the data in B is > zero.
45 0
0 23 (copy this B cell to the adjacent a cell)
12 0
10 0
I'm trying to use an If Then statement but I can't seem to copy from one cell and paste to another in the same statement.
Thanks
RonD