No, that doesn't seem to work either
I'm probably being really stupid so here is a bastardised version of my code.
Can someone spot the mistake?
With Workbooks("crap_blank.xls"
' Get the data.
sourcename = .Cells(sourceRow, sourceCol).Value
End With
'
' Now access the sheet where the data has to go
With Workbooks("crap_results.xl
' Match the name with those in the first column
hyperlinkRow = Application.WorksheetFunct
Range(.Cells(hyperlinkRow,
ALL THESE HAVE BEEN COMMENTED OUT AS I TRIED VARIOUS COMBINATIONS OF TRYING TO GET WHAT I WANT
WHAT IS THE CORRECT COMBINATION?
OR IS THIS TOTAL RUBBISH?
'Selection.Hyperlinks(1).S
'Range(ActiveCell.Hyperlin
'Range(Selection.Hyperlink
'selection.hyperlinks(1).f
End With
Main Topics
Browse All Topics





by: fanpagesPosted on 2003-09-23 at 08:21:11ID: 9413732
Is this what you need?
s(1).SubAd dress).Sel ect
Range(ActiveCell.Hyperlink
Assume ActiveCell is the cell that contains the Hyperlink you are interested in?
BFN,
fp.