Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I've a scenario when there is any changes of texts string in excel worksheet X ( source file ) need to make the same changes in another worksheet Y ( target file ). Such changes of texts string are only happen in column A and need to be bold with red colour after texts string are changed in worksheet Y How to set a VBA macro to check every rows of column A in worksheet Y to make the changes of texts string based on the same column A of worksheet X and then bold them with red colour accordingly ? E.g. Wrksheet X Col A Row 1 ABC 2 BCD-XY-01 3 EFG-00-84 4 GH 5 HJI 6 01-KLJ Wrksheet Y Col A Row 1 BCD-XY 2 EFG 3 GHI 4 KLJ After changing the texts string in column A under worksheet Y, the result of both worksheets will be similar : - Wrksheet Y & X Col A Row 1 ABC 2 BCD-XY-01 3 EFG-00-84 4 GH 5 HJI 6 01-KLJ Can anyone help on this problem, thanks a lot Regards Len |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text string to Numeric string | Excel Discussion (Misc queries) | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
Sumif text is contained winthin a longer text string in a cell | Excel Worksheet Functions | |||
Splitting a text string into string and number | Excel Discussion (Misc queries) | |||
want to remove all text characters equal to one character in length from text string | Excel Worksheet Functions |