Hello!
I have a sheet containing rows with data. In the B column of each row there is a word written, sometimes with small caps, sometimes with all caps and sometimes with both. I would like excel to automatically (without button) show the B and D column of rows containing only all caps words in the B column (if there are numbers combined with the all caps that's OK too) in another worksheet (in column A and C in sheet2, showing the B column names from Sheet1 starting with a cap and then the rest of the word with small caps) and keep it always updated in case I make changes in sheet 1. Is there a way to do this with vba?
An example of sheet1:
car Rob 44 87
bike Jon1 37 98
plane MIKE 87 79
dog Ron 77 98
cat JAY1 65 12
and sheet2 will show:
Mike 79
Jay1 12
I have a sheet containing rows with data. In the B column of each row there is a word written, sometimes with small caps, sometimes with all caps and sometimes with both. I would like excel to automatically (without button) show the B and D column of rows containing only all caps words in the B column (if there are numbers combined with the all caps that's OK too) in another worksheet (in column A and C in sheet2, showing the B column names from Sheet1 starting with a cap and then the rest of the word with small caps) and keep it always updated in case I make changes in sheet 1. Is there a way to do this with vba?
An example of sheet1:
car Rob 44 87
bike Jon1 37 98
plane MIKE 87 79
dog Ron 77 98
cat JAY1 65 12
and sheet2 will show:
Mike 79
Jay1 12