Hi, can anyone provide me with the vba codes to highlight cells in column 'G' that contain the word NULL
I'm a beginner in VBA and programming so any help will be highly appreciated.
thank you in advance
Hi, can anyone provide me with the vba codes to highlight cells in column 'G' that contain the word NULL
I'm a beginner in VBA and programming so any help will be highly appreciated.
thank you in advance
Try:![]()
Please Login or Register to view this content.
You can say "THANK YOU" for help received by clicking the Star symbol at the bottom left of the helper's post.
Practice makes perfect. I'm very far from perfect so I'm still practising.
I'm new to but I think you can also use conditional formatting for this and use equal to
Tony, you are correct, however, it appears the OP wants a VB solution![]()
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Hi,
here's another alternative elaborating with the evaluate function:
Otherwise, in addition to Mumps1's suggested approach, you could also use autofilter or the find+findnext function.![]()
Please Login or Register to view this content.
Kind regards,
berlan
Last edited by berlan; 04-17-2015 at 05:12 PM.
↑ will give you error when the number of cells that contains "NULL" exceeds about 40
![]()
Please Login or Register to view this content.
This is amazing!! All of my sort code in workbooks now looks pristine and beautiful when it runs. This is why i read through all of these posts! Thanks :D![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks