Smiley54665
New Member
- Joined
- Feb 25, 2014
- Messages
- 3
Hi,
I am fairly comfortable with VBA, but definitely still consider myself a beginner. I need some help with coming up with VBA module to accomplish the following:
I have labeled data columns in A1:F345. I need my users to be able to click on a box to launch the macro and enter a search word into an input box and then the macro search for any/all cells in column F that contains that value. I would want this to find the text in the cell even if the entire contents do not match.
If possible, I would like to avoid the use of the Ctrl + F functionality of excel because it seems to be working only intermittently with my sheet even if conduct the search manually.
I would then like each of the cells that contain that string to change their background color to yellow.
Any help would be greatly appreciated. Thank you!
I am fairly comfortable with VBA, but definitely still consider myself a beginner. I need some help with coming up with VBA module to accomplish the following:
I have labeled data columns in A1:F345. I need my users to be able to click on a box to launch the macro and enter a search word into an input box and then the macro search for any/all cells in column F that contains that value. I would want this to find the text in the cell even if the entire contents do not match.
If possible, I would like to avoid the use of the Ctrl + F functionality of excel because it seems to be working only intermittently with my sheet even if conduct the search manually.
I would then like each of the cells that contain that string to change their background color to yellow.
Any help would be greatly appreciated. Thank you!