select all cells in an active sheet containg links to other (external) workbooks.
How can i make the code below select all cells in an active sheet
containg links to other (external) workbooks.
For Each cell In ActiveSheet.UsedRange
If Left(cell.Formula, 2) = "=[" Then 'then select
cells how to put selection code??
Thxs
|