Daniel Murphy
New Member
- Outlook version
- Outlook 2010 32 bit
- Email Account
- Exchange Server
Good Afternoon All,
This is my 1st post. I'll try and be as complete in my request as possible.
We have (a charitable housing association in the UK) scenarios where we want to book a meeting, invite others and book a room for a set time defined by the organiser. Another variable the organiser may choose to exercise is if the room has a screen.
The rooms have the capacity of the room in brackets within the name field (not in the column marked capacity - which has been left blank (I'm in Finance not IT))
I am comfortable creating userforms in the VBA builder but not as strong within Macros.
I envisage a macro that operates from either excel or outlook and pops up a userform. The user can enter up to 12 emails (attendees)
, selects if they need a room and or if they require a screen,
selects the duration of the meeting,
selects the minimum and maximum start and finish times (9am and 5pm as a default).
I believe it'd be easier to manage the variables in a separate table saved within the macro ie define each room and it's properties, but ultimately returns the next available space that meets all requirements and gives the option to send the invite with a variable subject line.
The macro should work from any computer. We use Microsoft Outlook Exchange for all calendars and colleagues.
You can see that the "location" field within the below calendar (that has been shared with me) is blank. although it says in the box below ... "When posting to this folder use: IPM.Appointment"
I'd like the macro to be able to saved within either outlook or excel. If outlook isn't open it should open it, if outlook is open it should use that instance.
I hope that's clear enough! Really hope you can help, it'll save days over a year.
This is my 1st post. I'll try and be as complete in my request as possible.
We have (a charitable housing association in the UK) scenarios where we want to book a meeting, invite others and book a room for a set time defined by the organiser. Another variable the organiser may choose to exercise is if the room has a screen.
The rooms have the capacity of the room in brackets within the name field (not in the column marked capacity - which has been left blank (I'm in Finance not IT))
I am comfortable creating userforms in the VBA builder but not as strong within Macros.
I envisage a macro that operates from either excel or outlook and pops up a userform. The user can enter up to 12 emails (attendees)
, selects if they need a room and or if they require a screen,
selects the duration of the meeting,
selects the minimum and maximum start and finish times (9am and 5pm as a default).
I believe it'd be easier to manage the variables in a separate table saved within the macro ie define each room and it's properties, but ultimately returns the next available space that meets all requirements and gives the option to send the invite with a variable subject line.
The macro should work from any computer. We use Microsoft Outlook Exchange for all calendars and colleagues.
You can see that the "location" field within the below calendar (that has been shared with me) is blank. although it says in the box below ... "When posting to this folder use: IPM.Appointment"
I'd like the macro to be able to saved within either outlook or excel. If outlook isn't open it should open it, if outlook is open it should use that instance.
I hope that's clear enough! Really hope you can help, it'll save days over a year.