Hi,
Can you please give me an idea how to create a macro that will display the contents of the entire row in reference to column A?
Basically, in the data below, if I search for "tek" it will display all instances of the word "tek" from column a including column b and c.
A B C
Name data1 data2
Tek 1 2
Tekx 3 3
Tekc 3 4
Gup 3 4
Gaz 3 3
Gazc 5 5
So my output popup would be like below. It should show the Column labels not just the contents
Name data1 data2
Tek 1 2
Tekx 3 3
Tekc 3 4
Thanks in advance!