Matt H
Member
Registered: 11th Sep 01
Location: South Yorkshire
User status: Offline
|
I want to make a macro so that everytime my boss writes his name in an email it'll appear as "turnip head" instead of "Martin"
How do I do it?
|
pdwhelan
Member
Registered: 25th Sep 06
Location: Wigan
User status: Offline
|
|
Andrew
Member
Registered: 5th May 04
Location: Skoda Octavia Estate, Ford Puma
User status: Offline
|

You will need to start editing the vb script with if and else statements etc.
|
MikeD
Member
Registered: 18th Aug 02
Location: Whittlesey, Cambridgeshire
User status: Offline
|
if he uses word as his email editor, go into word, tools, autocorrect options, hen setup his name and replace with whatever you want.
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
quote: Originally posted by Andrew

You will need to start editing the vb script with if and else statements etc.
Macros in Office don't use VB Script, they use VBA.
|
johnhara1
Member
Registered: 19th Oct 06
Location: Newcastle upon Tyne
User status: Offline
|
pmsl just do what mike said.
|
Matt H
Member
Registered: 11th Sep 01
Location: South Yorkshire
User status: Offline
|
He doesn't use word to edit it, he just writes it in Outlook & clicks send
|
MikeD
Member
Registered: 18th Aug 02
Location: Whittlesey, Cambridgeshire
User status: Offline
|
when you write an email in outlook it will use word so doing what i said will change it when he writes an email.
this only fails if her sends in plain text or rich text but i dont know many people that do that.
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
If not you can change it to edit in word
|