LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Hyperlink in text


zelfde server (of direct bij msnews.microsoft.com)
groep: microsoft.public.nl.office.excel
taal.. nederlands

ook druk, goed en snel.


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Jos Vens wrote :

Hallo,

NL.Office.Excel is me onbekend omdat ik hier heel veel informatie
krijg. Is dit ook een nieuwsgroep en is die even goed?

Groeten uit België
Jos

"keepITcool" schreef in bericht
ft.com...


your code assumes autocorrect is on and configured to
'correct typed url text to hyperlinks.
i wouldnt assume that.


Following is adapted from recording a simple Insert Hyperlink
command (as suggested by Tom) (Invoegen Hyperlink)

ActiveSheet.Hyperlinks.Add Anchor:=activecell, _
Address:="http://www.puntenboek.be/Download/Setup.exe", _
TextToDisplay:="Klik HIER om te downloaden!"


Cheerz.
(en wanneer zien we jij bij NL.Office.Excel?)


--
keepITcool
www.XLsupport.com | keepITcool chello nl | amsterdam



Jos Vens wrote :

Tom,

Problem is I want to use a variable in stead of a cell. Even using
the macroeditor gets me no further, but using a cell, made up as
hyperlink works. I prefer however a variable

Thanks
Jos

Sub Macro1()
'
' Macro1 Macro
' De macro is opgenomen op 2005-04-20 door Jos.
'

'
ActiveCell.FormulaR1C1 = "http://www.puntenboek.be"
Range("A2").Select
End Sub

"Tom Ogilvy" schreef in bericht
...
Turn on the Macro recorder and add a hyperlink manually. Turn

off the macro
recorder and adjust to fit your situation.

--
Regardsk
Tom Ogilvy

"Jos Vens" wrote in message
...
Hi,

can anyone tell me how to convert a text-string into a

hyperlink?
This code does not work

Dim vHyperlink As Hyperlink
vHyperlink = "http://www.puntenboek.be/Download/Setup.exe"
vHyperlink.Hyperlinks(1).Follow

Thanks
Jos Vens




 
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
Text to Hyperlink Shoosh Excel Discussion (Misc queries) 2 August 21st 09 07:14 PM
Hyperlink to a text file JHL Links and Linking in Excel 0 June 5th 09 09:49 PM
Hyperlink text Frazer Excel Discussion (Misc queries) 1 April 26th 06 07:29 PM
Macro to Copy Hyperlink to another file as a HYPERLINK, not text... dollardoc Excel Programming 1 April 7th 05 12:47 AM
reading html when hyperlink address not hyperlink text diplayed Kevin Excel Programming 1 December 4th 03 10:13 PM


All times are GMT +1. The time now is 10:21 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"