Results 1 to 1 of 1

Thread: Finding Cells with Links in Excel

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    11

    Finding Cells with Links in Excel

    Heyas

    Anyone know how I can run through a workbook in Excel 2k and test each cell if its value is a link to another workbook??

    Have broken links and the file is too big to find it.

    Deleting the links is the last option

    If I could somehow findthe initial 2 chars of the link function ie =[
    Then I think Im half way there but how can I compare a function syntax instead of the actual value visible in the Cell??

    Many thanks for any insight

    CandyMan

    NEVER MIND

    If Left(CStr(ActiveCell.Formula), 2) = "=[" Then
    MsgBox "Match"
    End If

    Can start with this...
    Last edited by CandyMan; Jul 8th, 2002 at 06:19 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width