1. You want to use the file picker?
You can use the filedialog object - http://technet.microsoft.com/en-us/library/ee692906.aspx
2. >> Set oDoc = oWordApp.Documents.Add(template)
the above will work (no quotes around the template variable) - assign the path to template variable and you're...
I'm thinking it's getting munged by the email server or antivirus scanner. What antivirus are you using? Does it work in Safe mode? AVG has been know to cause problems like this.
That usually means you are downloading headers only. You need to download the full message to open it. Look in the Send and receive settings to check the settings. Ctrl+Alt+S to open the dialog, then edit the group - select the account and check the settings.
You'll need to use the Calendar printing assistant or a macro - outlook can't print multiple calendars at once. I have this macro - Combine and Print Multiple Outlook Calendars - which copies calendars to one folder to be printed.
It sounds like the credentials of the primary account are being passed to the server. If you add the roominfo account first then set the user's normal account as the default, does it work?
I'm not sure I'm the best for Windows Phone relationship advice, I'm thinking about breaking up with my 8X and running off with an iPhone. :)
Well, the small business version of Office 365 will give you the best sync experience. If you set outlook up on the computers, everything will be...
The account is set up as IMAP in Outlook? Right click on the inbox folder in Outlook and choose IMAP folders... then click the Query button. Is there a folder icon next to the folder names? If not select them and click Subscribe.
That means outlook is not recording the last downloaded message or its getting deleted when you change networks or restart outlook. What antivirus do you use? Does it work ok if you use safe mode?
Oh, sorry, I misread what you wanted to do. That is possible too - short version is change this line:
stext= xlSheet.Range("A1")
to
xlSheet.Range("A1") = stext
An example that uses the next available row is here - http://www.slipstick.com/developer/vba-copy-outlook-email-excel-workbook/ -...
You said it stops the search with the first row / line - does the length of the line matter? Could it be stopping after nn characters or is it actually stopping at the first line feed?
The long awaited update that fixes the label problem and other issues is now live and can be downloaded from http://www.microsoft.com/en-us/download/details.aspx?id=36513
A kb article is at (or will be at) http://support.microsoft.com/kb/3008363
BCM needs to be uninstalled but not SQL.
Try splitting the Send and Receive groups into 2 groups and see if it syncs better. Set one group to check two accounts every 5 minutes and the second group to check the other two every 9 minutes. (You can use higher numbers but should use two different odd numbers so the S&R doesn't overlap.)
Maybe the dummies took the weekend off?
Outlook uses your fonts for replies IF the original sender's stationery or email client didn't set a specific font.
If you want to always reply using html (so the font buttons are not grayed out) you need to use a macro - there is one here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.