dodgemahodge
New Member
- Joined
- Apr 25, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
- Mobile
Hi folks,
first time poster, wodering can anyone help with the following
i want you to write me an excel vba code that will do the following
-add calendar entries into my google calendar, if a date gets added to the value in Column F
-Event Title will be the Following - BER - {contents of column C} -Event Description will be the following {contents of column A} -- Agreed Fee {contents of column L} -- {contents of column H}
-Event Start time will be the time located in column G
-End time will be start time + 2 hours
-if the date in column F is deleted i want to delete the calendar event
-if the date cell is changed i want to update the calendar entry to reflect the new date and details as noted above.
can anyone help, or point me in the right direction?
Cheers all
first time poster, wodering can anyone help with the following
i want you to write me an excel vba code that will do the following
-add calendar entries into my google calendar, if a date gets added to the value in Column F
-Event Title will be the Following - BER - {contents of column C} -Event Description will be the following {contents of column A} -- Agreed Fee {contents of column L} -- {contents of column H}
-Event Start time will be the time located in column G
-End time will be start time + 2 hours
-if the date in column F is deleted i want to delete the calendar event
-if the date cell is changed i want to update the calendar entry to reflect the new date and details as noted above.
can anyone help, or point me in the right direction?
Cheers all
Last edited by a moderator: