LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default mailto syntax for text to display

Thanks a billion for the help, but I had realised that although it works, it
will be more than useless as this tool will circulate inside the company and
since my email address is in the address book, Outlook will immediately
change to the default display as text.

However thanks as I have learnt something for the future.

Jason

"aflatoon" wrote:


Yep, except you should use %20 for spaces and %3c for the opening < and
%3e for the closing so it looks like:
%3e?subject=Subj ect




Jason Falzon;687650 Wrote:

So you are saying that I should make something like this: -

Link = "mailto:Public ?subject=Subject"

It's not that I want to hide it. But people will be emailing back to me

with
feedback on the application that I have developed and I'd like

something like
Admin to be displayed instead of my direct email. I know that it can

be
easily seen but still.

Jason

"aflatoon" wrote:


If you are actually using Outlook, then you should be able to put

the
display name in for existing contacts. You can also use something

like:
mailto: Joe Public
to get both a display name and address (again, with Outlook)
but I don't think you can completely obscure the email address (not
that there would be much point that I can see)



Jason Falzon;687530 Wrote:

I am successfully using the following: -


Private Sub lblFeedback_Click()
Link = ?subject=Subject"
On Error GoTo NoCanDo
ActiveWorkbook.FollowHyperlink Address:=Link, NewWindow:=True
Exit Sub
NoCanDo:
MsgBox "Cannot open " & Link
End Sub

Is it possible to hide the email address and put e.g. "ADMIN" with
something
similar to the text to display used in the Outlook address book?


--
aflatoon

Regards,
A.

------------------------------------------------------------------------
aflatoon's Profile: 1501
View this thread: 'mailto syntax for text to display - The Code Cage

Forums' (http://www.thecodecage.com/forumz/sh...d.php?t=192152)

'Microsoft Office Help - Microsoft Office Discussion - Excel VBA

Programming - Access Programming' (http://www.thecodecage.com/forumz)

.



--
aflatoon

Regards,
A.
------------------------------------------------------------------------
aflatoon's Profile: 1501
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=192152

http://www.thecodecage.com/forumz

.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mailto syntax for text to display Jason Falzon[_2_] Excel Discussion (Misc queries) 1 April 2nd 10 02:45 AM
using a conditional suffix in text function format syntax=text(value,format_text) Brotherharry Excel Worksheet Functions 1 January 13th 09 03:03 PM
Count Text Syntax nastech Excel Discussion (Misc queries) 0 March 22nd 06 07:46 AM
mailto addresses Nona Excel Worksheet Functions 3 July 9th 05 02:02 PM
Mailto in Excel ?? InOverMyHead New Users to Excel 1 June 28th 05 03:47 AM


All times are GMT +1. The time now is 07:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"