Thread
:
select all cells in an active sheet containg links to other (external) workbooks.
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
select all cells in an active sheet containg links to other (external) workbooks.
The question back is why do you need to select? You can do almost anything
desired without ever making selections.
--
Don Guillett
SalesAid Software
"al007" wrote in message
oups.com...
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
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett