Jay,
I think it may be a case of adding the straw that finally collapsed the cart.
You need to think very seriously of replacing the hyperlink object with
the hyperlink formula.
See Chip Pearson's comments here...
http://tinyurl.com/386ufm
(about the middle of the page)
Replacing them made a difference in my List Files Excel add-in.
(it is a free download from the link below)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
"Jay"
<(E-Mail Removed)>
wrote in message
Hi all –
Excel 2003/WinXP Pro SP2. I’m trying to convert a column of cell address
strings into hyperlinks. The column has a header row, but is otherwise
completely full with 65535 cell address strings down to row 65536. The code
below loops through all but the last 5 rows of the column. It will not
convert the address strings in rows 65532-65536 to hyperlinks (it stalls with
a runtime error ‘1004’ when trying to convert the cell in row 65532).
I’m curious to know if anyone can repeat this behavior or if it is isolated
to my system.
---
Thanks in advance for taking a look,
Jay
Note1: When the loop index is altered to arbitrarily operate on the last 50
or so rows of the worksheet, all 50 cell addresses convert properly to
hyperlinks with no runtime error. So, it’s not the row number that precludes
conversion.
Note 2: Also, the i=1 to 65535 loop stalls in the same place (at i=65531)
regardless of the number of other programs I have open or the number of
sheets in the workbook. It doesn’t appear to be related to gross memory
resources because I’ve run the procedure with a lot of programs open and
after a reboot with just a single-sheet workbook open with equivalent error
results.
-SNIP-
--
Thanks again,
Jay