Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text to Hyperlink | Excel Discussion (Misc queries) | |||
Hyperlink to a text file | Links and Linking in Excel | |||
Hyperlink text | Excel Discussion (Misc queries) | |||
Macro to Copy Hyperlink to another file as a HYPERLINK, not text... | Excel Programming | |||
reading html when hyperlink address not hyperlink text diplayed | Excel Programming |