ganeshpoojary05
Board Regular
- Joined
- Apr 26, 2011
- Messages
- 105
Hi,
Can I get a VBA code to replace:
if a cell range is greater than or equal to 06:00 hours then it should replace by "P". If a cell range is less than 06:00 hours and greater than 01:00 hours it should replace by "HD".
My cell range is range("D2:AR300"). Please note that my range("D2:AR300") is in time format.
Thanks in advance for your assistance.
Can I get a VBA code to replace:
if a cell range is greater than or equal to 06:00 hours then it should replace by "P". If a cell range is less than 06:00 hours and greater than 01:00 hours it should replace by "HD".
My cell range is range("D2:AR300"). Please note that my range("D2:AR300") is in time format.
Thanks in advance for your assistance.