FrenchCelt
Board Regular
- Joined
- May 22, 2018
- Messages
- 214
- Office Version
- 365
- Platform
- Windows
Hello,
I'm coding a macro of which part of what I need to accomplish is a series of Find and Replace functions where it will pick between two options depending on what day of the week it is, the value of which is displayed in cell F2.
For example, if the cell contains text that says "REC_10A or REC_12A", I want to replace this with "REC_10A" on Tuesdays, Wednesdays, Thursdays, and Fridays, and "REC_12A" on Saturdays, Sundays, and Mondays.
Does anyone know if this can be done?
Any help is greatly appreciated.
I'm coding a macro of which part of what I need to accomplish is a series of Find and Replace functions where it will pick between two options depending on what day of the week it is, the value of which is displayed in cell F2.
For example, if the cell contains text that says "REC_10A or REC_12A", I want to replace this with "REC_10A" on Tuesdays, Wednesdays, Thursdays, and Fridays, and "REC_12A" on Saturdays, Sundays, and Mondays.
Does anyone know if this can be done?
Any help is greatly appreciated.