|
![]() |
|
| Author |
|
|||||||
|
jmr
Posts: 5256
Location: Brisbane, Queensland
|
Anyone know how to get Outlook 2003 to display more than 22 appointments for one day? Trying to display peoples leave in a nice printable format, but its not displaying them all
http://i227.photobucket.com/albums/dd132/eyeamjosh/cal.jpg |
|||||||
| #0 03:01pm 14/11/07 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
Gesthemene
Posts: 155
Location: Brisbane, Queensland
|
Assign them times throughout the day. You can have items overlapping, they just share the same time frame you've allocated to them. At least, I'm assuming that's what you're meaning (going from what I can see in that SS)
|
|||||||
| #1 03:36pm 14/11/07 |
|
|||||||
|
jmr
Posts: 5257
Location: Brisbane, Queensland
|
Negative
Its the receptionists computer right, and she is trying to have a printout of everyone thats on leave. It won't display more than 22 lines, and it seems you cant get rid of that gay time s*** down the bottom |
|||||||
| #2 04:13pm 14/11/07 |
|
|||||||
|
mongie
Posts: 4605
Location: Brisbane, Queensland
|
Dunno, but out of interest... how long does it take for you to change between shared calendars?
I see you have several in that window. At the moment, every PA in my office is whinging to me because it takes around 30 seconds to open a calendar the first time, and about 5 seconds every time after that. I know it sucks, but I can't do anything about it. LAME SYDNEY MAILSERVERS |
|||||||
| #3 04:42pm 14/11/07 |
|
|||||||
|
TicMan
Posts: 2782
Location: Brisbane, Queensland
|
Is there a worse employee in the company than a PA? Some of ours need to have an attitude transplanet courtesy of my fist in their face. So far today I've hung up on 2 and told another her issues would get looked at when we have time, she was not impressed especially when she dropped the "do you know who I am" line to which I replied "a glorified receptionist".
|
|||||||
| #4 05:04pm 14/11/07 |
|
|||||||
|
mongie
Posts: 4610
Location: Brisbane, Queensland
|
Try dealing with the PA of an EX-Premier :P
|
|||||||
| #5 05:14pm 14/11/07 |
|
|||||||
|
Chancre
Posts: 3
Location: Brisbane, Queensland
|
Save the following as a text file and change the extension to .vbs
- edited so copied text doesn't get carriage returns where it shouldn't There are a whole lot of things that could stop this from working. When Outlook is on paranoid security settings it'll probably ask a question or two (or possibly just prevent the script from working). Virus scanners may dislike a script touching Outlook at all. I only bothered testing this on WinXP with Outlook 2003. In any case, it works for me. last edited by Chancre at 19:16:37 15/Nov/07 last edited by Chancre at 23:55:49 15/Nov/07 |
|||||||
| #6 11:55pm 15/11/07 |
|
|||||||
|
shad
Posts: 2105
Location: Brisbane, Queensland
|
A PA gave me a free 2008 diary so I can't be too mad at them atm.
|
|||||||
| #7 07:25pm 15/11/07 |
|
|||||||
|
jmr
Posts: 5258
Location: Brisbane, Queensland
|
Mad Chancre, but what exactly is it doing?
Grabbing the appointments and putting them somewhere? |
|||||||
| #8 10:31pm 15/11/07 |
|
|||||||
|
Chancre
Posts: 4
Location: Brisbane, Queensland
|
Do you want a blow by blow description of what it does? I'll try not to ramble:
- You double click the .vbs file you just made - it asks you for a date (and tells you to use American dates) - it asks which Outlook folder you want to look at (you browse to it in the window that comes up) - it asks you for a name for a text file it's going to make (this'll be what you want for printing out - I'd use .csv as an extension so your receptionist can just double-click the file to open it in Excel - it grabs those appointment items for that day, and puts them in the text file (this will be in the same folder as where you saved the script). It finds appointment items that START on the day you mention. It treats dates like a specific second, so a date without hours or minutes means the very first second of that day. That's why when it checks the date it has to be >= TheDate and < [TheDate + 1] (i.e. the next day). If you wanted it to grab every appointment item for the seven days following the date you mention, change the "+ 1" part to "+ 7". I only got it to put in the following details: Start End Subject Location Body If you wanted more details than that, check out this page and look up the bit for AppointmentItem, then change the script to suit. http://msdn2.microsoft.com/en-us/library/ms526861.aspx last edited by Chancre at 23:58:15 15/Nov/07 |
|||||||
| #9 11:58pm 15/11/07 |
|
|||||||
|
Superform
Posts: 4785
Location: Netherlands
|
try dealing with a PA who has 2 PA's
bitch thinks shes f***in god |
|||||||
| #10 12:50am 16/11/07 |
|
|||||||
|
typo
Posts: 5785
Location: Other International
|
Is there a worse employee in the company than a PA? Some of ours need to have an attitude transplanet courtesy of my fist in their face. So far today I've hung up on 2 and told another her issues would get looked at when we have time, she was not impressed especially when she dropped the "do you know who I am" line to which I replied "a glorified receptionist". You sound like a joy to work with too. |
|||||||
| #11 08:56am 16/11/07 |
|
|||||||
|
Denominator
Posts: 593
Location: Brisbane, Queensland
|
If a PA pisses you off to much just tell them to "wright all the problems you want me to fix on a peace of paper so I don't have to listen to you and I can throw the paper out when you go"
Didn't go down well when I used it |
|||||||
| #12 09:34am 16/11/07 |
|
|||||||
|
TicMan
Posts: 2789
Location: Brisbane, Queensland
|
You sound like a joy to work with too. I am actually but I don't take s*** from people who think they deserve special treatment. Special treatment is reserved for Exec's, VPs, etc - not PA's. |
|||||||
| #13 10:16am 16/11/07 |
|
|||||||
|
system
|
--
|
|||||||
| #13 |
|
|||||||
|
| ||||||||