Create hyperlinked sheet list

How about having a list of sheets each being hyperlinked to their respective sheet name in the workbook?  Well, this can be done with the following c...

Seperating Website Name or URL from Text

The tip submitted by: Jay Shukla Some times we have a situation like: 1. Yahoo website www.yahoo.com 2. Google Website www.google.com So How...

List, change or delete external formula references (links) using VBA in Microsoft Excel

With the macros below you can find and delete formulas in cells that refers to other workbooks. The macros doesn't find all external references since...

List all the workbook links in a workbook using VBA in Microsoft Excel

Place the code below into the standard module Sub ListLinks() Dim aLinks As Variant aLinks = ActiveWorkbook.LinkSources(xlExcelLinks) ...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.