I am very new to VBA; played around with recording some macros and
worked through the first couple of lessons Mark Thorpe put together
in Techtrax "no-experience Necessary" library.
I have seen some posts on "transposing" data but haven't been able to
figure out how to solve my problem.
I'm trying to reorganize a spreadsheet of contacts. The contacts are
arranged as a single column of row couplets (i.e. For contact "A":
Name "A" cell ( x , 1 ) Information "A"(contact person, mailing
address, phone number, etc.) cell ( x+1,1 ); For contact "B":
Name "B" cell ( x+2 , 1) Information "B" ( x+3 , 1); etc, etc, X
3000+/- rows of data). I want to move the Company Information cell
up one row and right one column and delete the blank row that will
remain and repeat through all occupied cells.
After I complete this shift of cells and delete the blank rows it
will be a simple matter to split the new column (2) as the company
information data is comma delimited.
I thank whoever can help me in advance and would happily buy you a
pint of guiness down at Kells if you live in Seattle.