Skip to content
Access-Excel.Tips
  • Access
    • Access Library
      • Access Function List
      • Access Function List (VBA)
      • Access Method List (VBA)
      • Access Object Property List (VBA)
  • Excel
    • Excel Library
      • Excel Function List (Worksheet)
      • Excel Function List (VBA)
      • Excel Method List (VBA)
      • Excel Object Property List (VBA)
      • Excel Event List (VBA)
    • Excel Tips by topic
  • Privacy Policy
  • About
  • About Me

Excel VBA run hyperlink

February 25, 2015December 18, 2014 by Wyman W

Q&A_ExcelChart_Q006

Solution to trigger hyperlink

Use FollowHyperlink function to go to a website.

Public Sub hyper()
 ThisWorkbook.FollowHyperlink Range("C6").Value
 End Sub

For details of the FollowHyperlink, check out the below article
Excel VBA function FollowHyperlink

 

 

Categories Excel VBA Q&A Tags Excel, followhyperlink, hyperlink, VBA
Excel VBA delete worksheet based on worksheet name
Excel VBA OFFSET Property for Range

Categories

  • Excel Pivot Table Distinct Count to count unique value
  • Excel VBA Import CSV into Excel using Workbooks.OpenText Method
  • Excel VBA Convert Text in Columns and Rows into Matrix Table
  • Excel VBA search text in multiple Workbooks in folder
  • MS Access select the first record of each group using First Function
  • How to Change Default Excel Date Format (such as MMDD to DDMM)
  • Group Date and Ungroup Month in Excel Pivot Table
  • How to convert Excel to PDF
  • Access VBA delete Table records with SQL using DoCMD.RunSQL Method
  • VBA Excel Access roundup rounddown Function
  • Access Excel VBA generate random password or random characters
  • Excel automatically select specific columns using Custom Views and Query
  • Excel find the percentile of a number using PERCENTRANK.EXC function
  • Excel VBA copy contents of protected worksheet
  • Excel VBA convert date period to date row

Categories

Archives

Recent Posts

  • Excel Pivot Table Distinct Count to count unique value
  • Excel VBA Import CSV into Excel using Workbooks.OpenText Method
  • Excel VBA Convert Text in Columns and Rows into Matrix Table
  • Excel VBA search text in multiple Workbooks in folder
  • MS Access select the first record of each group using First Function
  • How to Change Default Excel Date Format (such as MMDD to DDMM)
  • Group Date and Ungroup Month in Excel Pivot Table
  • How to convert Excel to PDF
  • Access VBA delete Table records with SQL using DoCMD.RunSQL Method
  • VBA Excel Access roundup rounddown Function
  • Access Excel VBA generate random password or random characters
  • Excel automatically select specific columns using Custom Views and Query
  • Excel find the percentile of a number using PERCENTRANK.EXC function
  • Excel VBA copy contents of protected worksheet
  • Excel VBA convert date period to date row
  • Excel VBA filter value then copy filtered data to new worksheet
  • Access Excel VBA sort Array items
  • Excel check duplicate values using Conditional Formatting
  • Excel convert data from column to row
  • Add sorting in Access Table field
© 2025 Access-Excel.Tips • Built with GeneratePress