Hi All,
I have two problem and I could not figure it out by my own nor with by searching the net.
Problem1: I need a VBA macro to add respective cells of two identical worksheets, but with different data, and paste it in a third worksheet. The number of rows with available data will change with time, so I need the code to search the available data and do the addition.
Problem2: I need another code to multiply cells of one column from one worksheet to multiply with another column with another worksheet and paste the resulting column in a third worksheet. Here also, the rows with available data will change with time, so I need the code to search the available data and do the addition.
I am under pressure to complete the work but I did not realise that I it will be so complicated. Thanks in advance for the help.
Regards
I have two problem and I could not figure it out by my own nor with by searching the net.
Problem1: I need a VBA macro to add respective cells of two identical worksheets, but with different data, and paste it in a third worksheet. The number of rows with available data will change with time, so I need the code to search the available data and do the addition.
Problem2: I need another code to multiply cells of one column from one worksheet to multiply with another column with another worksheet and paste the resulting column in a third worksheet. Here also, the rows with available data will change with time, so I need the code to search the available data and do the addition.
I am under pressure to complete the work but I did not realise that I it will be so complicated. Thanks in advance for the help.
Regards