Hi all,
I'm new to VBA coding and I hope the community can extend some help.
I need a VBA code that would calculate the due date based on a date value and the equivalent number of a text string.
Cancellation = 1 day
Upload = 2 days
Amend = 3 days
I'm new to VBA coding and I hope the community can extend some help.
I need a VBA code that would calculate the due date based on a date value and the equivalent number of a text string.
Cancellation = 1 day
Upload = 2 days
Amend = 3 days
| Process | Start Date | Due Date |
| Cancellation | 5/23/2024 8:00 | |
| Upload | 5/23/2024 8:00 | |
| Amend | 5/23/2024 8:00 |
