Re: $$Excel-Macros$$ Find string, copy, paste

2015-07-27 Thread Mike B
Thank you, Jayaraju.M! Your code works great! Thank you again, I appreciate you help. The Best, MikeB On Sunday, July 26, 2015 at 3:09:44 AM UTC-5, Jayaraju Metta wrote: > > Hi Mike, > Below is the code to find string and paste it into desired cell. > Please find the attached excel file. > > 'C

Re: $$Excel-Macros$$ Find string, copy, paste

2015-07-26 Thread jayaraj metta
Hi Mike, Below is the code to find string and paste it into desired cell. Please find the attached excel file. 'Code was written by Jayaraju Metta Sub matchsting() i = 1 While (ThisWorkbook.Sheets("Sheet1").Cells(i, 1).Value <> "") ColoumnAstring = Left(Trim(Sheets("Sheet1").Cells(i, 1).Value), 5

$$Excel-Macros$$ Find string, copy, paste

2015-07-24 Thread Mike B
I would appreciate any help with the following. I have a column "A" of data containing shortened names in sheet 1 and another column "C" containing the same names but in a much longer version on sheet 4; I was thinking that perhaps I could somehow use the first five characters of the short