Hey everyone:
I am trying to create a command button assigned to a macro.
I would like the macro to copy the selected rows (range) and copy. Then within the selection change the content for specific columns. In one column I want to change the text from "Rebilled" to "Paid" and in another column multiply the value by -1. After theses change I want to insert the rows I originally copied.
I know how to do the copying and inserting of selected rows, it is the change of the information that I don't know how to do.
I thought of doing a For Next Function but don't know how to specify the cell(s) within the range to change.
Thanks.
DMO
I am trying to create a command button assigned to a macro.
I would like the macro to copy the selected rows (range) and copy. Then within the selection change the content for specific columns. In one column I want to change the text from "Rebilled" to "Paid" and in another column multiply the value by -1. After theses change I want to insert the rows I originally copied.
I know how to do the copying and inserting of selected rows, it is the change of the information that I don't know how to do.
I thought of doing a For Next Function but don't know how to specify the cell(s) within the range to change.
Thanks.
DMO