I currently have a VB program that will copy and paste value data. What I want to be able to do is copy data and paste value it in a column that I choose.
I'll have several pieces of data to paste value. Example: I'll choose column E and data will paste value into rows 1 thru 9, then some data will paste value into rows 11 thru 20 and so on.
I am assuming some sort of loop will be used for the column selection?
Thanks for anyone's help and time.
I'll have several pieces of data to paste value. Example: I'll choose column E and data will paste value into rows 1 thru 9, then some data will paste value into rows 11 thru 20 and so on.
I am assuming some sort of loop will be used for the column selection?
Thanks for anyone's help and time.
Comment