wherebang

  1. D

    VBA Hide/Unhide Worksheets - Runtime Error

    Hi all, I have a workbook that's combining time off calendars for a couple departments with hyperlinks to hidden worksheets (months) for each department. This is what I have written on the Navigation tab Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink) LinkTo =...
  2. E

    Error on "Hyperlink to a Hidden Worksheet" - Podcast #1729

    Good Morning, I have followed step by step the above tutorial but am getting an error. The code that I typed is the following: Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink) LinkTo = Target.SubAddress WhereBang = InStr(1, LinkTo, "!") If WhereBang > 0 Then...
  3. C

    Podcast #1729 - Hyperlink Hidden Pages

    Hey I have followed all the coding for the podcast 1729 but am getting an error: Runtime Error #9 Subscript out of range using the following code Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink) LinkTo = Target.SubAddress WhereBang = InStr(1, LinkTo, "!") If...
  4. S

    hyperlinks

    hi,i want a solution of my problem in VBA:I have a main page (a directory for all the sheets) which is hyperlinked to numerous sheets and all have hyperlinks to take me back to the main page and the sheet hide automaticaly . My problem is when i protect workbook (structure protection) the...
  5. R

    using Hyperlinks Podcast #1729 produces an ERROR on the 1st Woksheets line, why?

    using a horizontal list entitled "Training2019" with hyperlinks to 3 hidden worksheets using code: Private Sub Worksheet_FollowHyperlink (ByVal Target As Hyperlink) LinkTo = Target.SubAddress WhereBang = InStr(1, LinkTo, "!") If WhereBang > 0 Then MySheet = Left(LinkTo, WhereBang-1)...
  6. E

    If then hyperlink to hidden sheet

    I have some hyperlinks that go to hidden sheets on my workbook without issue. But I have a if the statement that works when the page I am hyperlinking to is not hidden. I would like it to work when it is hidden. the if then statement is =IF(EXACT(B7,"Vanco"),HYPERLINK("#Vanco!B2","Click for...
  7. L

    FollowHyperLink Issue

    I am using the following code to unhide a worksheet and navigate to it when I click a hyperlink. For some reason, this code will fail to execute for periods of time when I open my workbook, but not every time I open it. Sometimes it will start working again in 20 minutes (without me reopening...

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