Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: JBeaucaire

Search: Search took 0.04 seconds.

  1. Answers
    4
    Views
    1,569

    SUBSCRIPT OUT OF RANGE errors typically refer to...

    SUBSCRIPT OUT OF RANGE errors typically refer to something being named incorrectly. My example listed the hyperlink being in cell B7 of a sheet called "Sheet1". You would naturally need to edit...
  2. Answers
    4
    Views
    1,569

    Perhaps you'll have more luck with this method: ...

    Perhaps you'll have more luck with this method:



    ThisWorkbook.FollowHyperlink (ThisWorkbook.Sheets("Sheet1").Range("B7").Value)

    This presumes the value in B7 is actually a text string...
Results 1 to 2 of 2