ARJUNDSOUZA
Member
Dear Excel & VBA Experts,
I am working on a small project and need to do this routine task of finding if any rooms are booked under the category "T3RRF2" - how do I write the code in VBA for the following (excel file attached - FIND "T3RRF2")
1) Find "T3RRF2" in entire Column D
2) If Column D contains "T3RRF2" then cell color = Orange
3) If Column D contains "T3RRF2" then message box = "T3 Room Booking" with the count of how many bookings exist in the Column D for "T3RRF2"
4) If Column D does not contain any "T3RRF2" then End.
As this goes into 100' of rows normally, want to get this automated.
Looking forward for your assistance.
Thank you in advance for your help with this.
Kind regards
Arjun
I am working on a small project and need to do this routine task of finding if any rooms are booked under the category "T3RRF2" - how do I write the code in VBA for the following (excel file attached - FIND "T3RRF2")
1) Find "T3RRF2" in entire Column D
2) If Column D contains "T3RRF2" then cell color = Orange
3) If Column D contains "T3RRF2" then message box = "T3 Room Booking" with the count of how many bookings exist in the Column D for "T3RRF2"
4) If Column D does not contain any "T3RRF2" then End.
As this goes into 100' of rows normally, want to get this automated.
Looking forward for your assistance.
Thank you in advance for your help with this.
Kind regards
Arjun