Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

outlook macro - insert accented character?

Status
Not open for further replies.

slwolf8

Technical User
Apr 23, 2001
82
US
i am trying to write a macro in outlook that will insert an "e" with an accent. I tried to do it this way:

Dim strE As String
strE = Chr(233)
Selection.typetext Text = (strE)

i'm getting an error "object required" on the second line. I usually write macros in Word so Outlook macros are a little foreign to me. Any ideas?
 
Perhaps Text := strE


Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
 
I tried that and it didn't work...any other ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top