Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Find And Delete Broken Shortcuts

Featured Replies

Hi esas,

I will try not to take the fun out of it for you.

You already have the code that finds the links and extracts their targets.

This code determines if a file exists.....

Dim objFSO, flname
flname = "c:\test.txt"
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists (flname) Then
  msgbox "File exists"
Else
  msgbox "File does not exist"
End If

and this code deletes a file...

objFSO.DeleteFile (flname)

so... get the link name, check if the target file exists, if not delete the link. 1-2-3

have fun

post again if you still have questions

dman

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.