A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 6 of 6
Search took 0.06 seconds.
Search: Posts made by: pete the greek
Forum: Outlook and VBA January 8th 10, 08:02 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 733
Posted By pete the greek
how to add ...person wrote...email address..reply

try this

you need to add this code in the vba window(alt+f11) will get you there

once you have it there you could customise a toolbar to give you a button to
run it

Sub replytest()
Set ThisItem =...
Forum: Outlook and VBA January 5th 10, 08:51 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 733
Posted By pete the greek
how to add ...person wrote...email address..reply

hi heres a starter for you

a macro you could have on a button

Sub replytest()
Set ThisItem = Application.ActiveExplorer.Selection
Set thisreply = ThisItem.Item(1).Reply
Message = InputBox("please...
Forum: Outlook and VBA January 4th 10, 03:51 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,517
Posted By pete the greek
writing to excel from outlook

thanks Michael

getting the info into the spreadsheet now

the code runs great from outlook and is much quicker with the spreadsheet open

one thing i would like but cant get is to bring the excel...
Forum: Outlook and VBA January 4th 10, 11:11 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 571
Posted By pete the greek
move contents from hundreds of emails into excel

hi all

just a thought if the body text is divided up by colons you might want to
look at split

BodyArray=split(Myitem.body,":")

this will give you array each element will be the text between the...
Forum: Outlook and VBA January 3rd 10, 04:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,517
Posted By pete the greek
writing to excel from outlook

hi im trying to us excel to log whick folders i access within my email and
am
struggling with the automation between outloook and excel

i appear to be able to do this by creating a new excel...
Forum: Outlook and VBA December 13th 09, 10:08 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 711
Posted By pete the greek
move folders in outlook using vba

hi all, im trying to work out how to move folders using vba, i have manged to
move emails to new folders but cant move folders

we use public folders at work and the one i have to drag and drop to...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 03:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.