Hello,

I need some help with an excel macro. Have a .xls file with 10 columns, and over 7K rows. I need a macro to search a specific column (column 3) for the existance of the string "Solution :" If the cell contains the search string, I would like to cut the contents of the cell beginning at the "S" in "Solution" to the end of the cell and paste it in the same row, two columns over to the right. (Column 5)

I am very new to excel and VBA and don't even know where to start. Any example code would be helpful. Thanks in advance.

-John