M
Mark64
If I have a set of data located in the first column similar as follows:
"Column A" "Column B" "Column C"
Data1*
* Example1
Data2*
* Example2
Data3*
* Example3
and so on..
Is it possible to create a macro to go through and search that column of
data and and move the contents from Column A to Column C and up one row as
follows:
"Column A" "Column B" "Column C"
Data1* * Example1
Data2* * Example2
Data3* * Example3
Then delete the row that the data was in so the final product is as follows:
"Column A" "Column B" "Column C"
Data1* * Example1
Data2* * Example2
Data3* * Example3
"Column A" "Column B" "Column C"
Data1*
* Example1
Data2*
* Example2
Data3*
* Example3
and so on..
Is it possible to create a macro to go through and search that column of
data and and move the contents from Column A to Column C and up one row as
follows:
"Column A" "Column B" "Column C"
Data1* * Example1
Data2* * Example2
Data3* * Example3
Then delete the row that the data was in so the final product is as follows:
"Column A" "Column B" "Column C"
Data1* * Example1
Data2* * Example2
Data3* * Example3