Vba to summarize time of outlook calendar categories per period

Nadine1993

New Member
Joined
Oct 27, 2022
Messages
2
I am looking for a VBA code to summarize the meeting times per category in minutes and hours for a certain period of time I can choose.

The calendar is in Microsoft outlook *
 
Last edited by a moderator:

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Welcome to the Forum!
It would be helpful for everyone to know what version of Excel and what OS you're using. You can update your Profile to indicate that.
It would also help to provide a sample of the data you're working with. In this case is there a single cell with the date and time, two cells - one with date, one with time, or one cell with time (one of those for start and end). When posting data, please use XL2BB so people don't have to transcribe a screenshot before they can even start on a solution.
Also, VBA is not the answer to every problem. I personally dislike it - it's antiquated, difficult to code, maintain, and debug. In this case there's no apparent reason to use VBA instead of a simple formula.
 
Upvote 0
I'm intrigued to see what formula you would use to query an outlook calendar...
 
Upvote 0
I'm intrigued to see what formula you would use to query an outlook calendar...
My bad. I missed the Outlook part. I'm not using Outlook these days, but when I was you could connect to your email account using Power Query.
 
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,673
Members
449,178
Latest member
Emilou

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top