0
votes
1answer
32 views
In outlook vba, how can I change the subject so it changes the subject in the explorer pane?
When I receive an email, I'm manipulating the subject line so it is more readable and "conversations" generated by a certain auto-emailer actually contain all of the thread. I'm able to change the …
0
votes
1answer
36 views
Outlook 2007 never seems to shut down when instructed to
Currently working on a VBScript to automate some of the dirty PST ingestion work I do, and I've found something problematic after upgrading from Outlook 2003 to 2007.
(Had to upgrade to get around a …
0
votes
0answers
12 views
how to map PR_CONTAINER_CLASS of a folder to an outlook icon using vba
Does anyone know how I can map PR_CONTAINER_CLASS to an outlook icon using vba? This is to display a treeview of all the folders incorporating the correct icons.
1
vote
1answer
50 views
Outlook VBA script failing with null reference error, but the objects aren’t null
I've got an Outlook VBA script which calls on a custom dll to perform a particular function. The assembly is compiled to be COM visible, but is not strong named due because of a myriad of …
0
votes
1answer
73 views
Outlook recurring task trigger macro suppress
I'm using a recurring task to trigger a macro in Outlook, using the Application_Reminder hook.
However when the task fires, I want to suppress the Reminder dialog box which normally appears (where …
0
votes
2answers
321 views
VBA-Trouble with attaching cells into body of email(Outlook)
Hi,
I am using excel 2003 and I am having trouble attaching cells onto the body of an email. I got some of the code off http://www.rondebruin.nl/mail/folder3/mail4.htm but it does not work for me. …
0
votes
0answers
41 views
Updating List from Outlook VBA via MS Access Offline dBase - VIsta/Office 2007
I have some VBA code, which is attached to a click event of a form, running in MS Outlook 2007.
The code is dsigned to update a record in an MS Acces 2007 table, which in turn is linked offline to a …
0
votes
1answer
175 views
ShellExecuteEx in VBA
I understand how to use ShellExecute in VBA (for my Outlook macros) but I'm looking to be able to use ShellExecuteEx to wait for the executed program in my script. Does anyone have an example of how …
0
votes
2answers
136 views
print document programmatically with VBA in Outlook 2007
Hi SO,
I'm looking for a way to print a Word document programmatically with VBA in an Outlook macro. I think there may be two ways to accomplish this:
1) Use the Shell to print the document via …
0
votes
2answers
487 views
Permanently Delete MailMessage in Outlook with VBA?
Hello all, I am looking for a way to permanently delete a MailMessage from Outlook 2000 with VBA code. I'd like to do this without having to do a second loop to empty the Deleted items.
Essentially, …
1
vote
1answer
343 views
Change the selected item in Outlook to next or previous
I rarely use VBA because I hate it. Granted, it's hate from lack of understanding; still it's hate all the same. I wrote code below that is very similar to the accepted answer here. It simply marks …
0
votes
4answers
700 views
Outlook VBA: UserForm not responding (can’t close, button click event doesn’t fire)
I've created a simple UserForm in my Outlook VBA macro - I can make the form visible using this code:
VBA.UserForms.Add (PasswordForm.Name)
PasswordForm.Show (Modal)
...and the …
0
votes
0answers
291 views
Problem Getting Outlook 2007 Running VBA Script
I'm trying to get Outlook to save the attachment in a daily email to a folder where I can have a file system watcher ready to parse and analyze the attachment (it's the report of a data integrity …
0
votes
2answers
216 views
How can I create a script to move the currently active email in the Inbox to another folder in Outlook 2007
I sometimes get emails that I want to keep but to move them into the appropriate folder can be a pain. How can I execute a script that will move (like using C-S-v) the email I'm looking at into a …
1
vote
1answer
484 views
Is it possible to develop a chat plugin like Gtalk for outlook?
My company uses outlook as the email client and we login to an exchange server. Out address book (not individual contacts) has all the users connected to our company network.
Our company dont have …
