hyperlinks.add

  1. D

    looping through multiple workbooks copying file paths as Hyperlinks run time error 5

    Hi, i think this is just a syntax issue but i cant seem to get it right. If anyone can help i would be very grateful. this script works at looping through all of the workbooks in a user defined folder and copying a specified range to a big list in the target worksheet of the workbook where the...
  2. C

    Excel 2016 VBA Hyperlinks Problem

    Hi all, I have a worksheet VBA macro to install an index hyperlink into the workbook spreadsheets that is activated upon going to the index worksheet itself. (clicking tab) or clicking the hyperlink to the index sheet in cell A1. There is no problem in the Excel 2010 or 2013 environment. My...
  3. C

    Excel 2016 VBA Hyperlinks Problem to Index sheet

    Appreciate help with understanding how a VBA macro that works fine in Excel 2010 and 2013, but that generates an error (Run-time error '1004': Application-defined or object-defined error) when executing in version 2016 explicitly. The macro is embedded with a sheet in a workbook (the "Index"...
  4. C

    Excel 2016 VBA Hyperlinks Problem to Index sheet

    Appreciate help with understanding how a VBA macro that works fine in Excel 2010 and 2013, but that generates an error (Run-time error '1004': Application-defined or object-defined error) when executing in version 2016 explicitly. The macro is embedded with a sheet in a workbook (the "Index"...
  5. J

    Trying to add hyperlinks between main sheet and sheet in iteration, Run time error 5

    Invalid Procedure Call or Argument I'm not sure why I'm getting this error I copied the hyperlinks.add syntax from a previous macro I had written that works fine... Any help would be appreciated Sub MCM_CV_RESET() Dim W As Worksheet Dim M As Worksheet Dim Cel As Range Dim RefPtW As...
  6. T

    Runtime Error 1004 with previously fine Activate hyperlinks macro

    Hi I have been using the following code to activate hyperlinks for a long time: Sub Test() Dim LastRow As Long, i As Long LastRow = Sheets("Sheet1").Range("B" & Rows.Count).End(xlUp).Row For i = 2 To LastRow With Cells(i, 2) If .Value <> "" Then...
  7. V

    Vince

    I am learning VBA for excel. I have need to add hyperlinks to a series of some 4000 cells.Each is based on a identical cell pattern in sequential worksheets. So far I have tried the following: Range("B2").Select ActiveSheet.Hyperlinks.Add Anchor:=Selection, address:=""...
  8. N

    Excel VBA Hyperlink - Quirks

    I have two lines of code that create hyperlinks from within my macro. However, I'm curious why there is such a huge difference in the output... can anyone help me understand what is going on to make these two different? METHOD 1 USE: ActiveCell.Formula = "=HYPERLINK(""" & fullPath & """,""" &...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top