Slow to Open File

I

iamnu

I have a file with about 40,000 records.
All 40,000 records have hyperlinks in Column A.
This file takes about one minute to open, and is very slow to edit,
sort and modify!
When I remove Column A, the file opens quickly.

Is there a better way to store or reference my hyperlinks so that my
file will open/process more quickly?
 
J

Jim Cone

Replace each hyperlink with the Hyperlink function...
=HYPERLINK(location, name to display)
The function uses less memory.
--
Jim Cone
Portland, Oregon USA


"iamnu" <[email protected]>
wrote in message
I have a file with about 40,000 records.
All 40,000 records have hyperlinks in Column A.
This file takes about one minute to open, and is very slow to edit,
sort and modify!
When I remove Column A, the file opens quickly.

Is there a better way to store or reference my hyperlinks so that my
file will open/process more quickly?
 
I

iamnu

Replace each hyperlink with the Hyperlink function...
=HYPERLINK(location, name to display)
The function uses less memory.
--
Jim Cone
Portland, Oregon  USA

"iamnu" <[email protected]>
wrote in message
I have a file with about 40,000 records.
All 40,000 records have hyperlinks in Column A.
This file takes about one minute to open, and is very slow to edit,
sort and modify!
When I remove Column A, the file opens quickly.

Is there a better way to store or reference my hyperlinks so that my
file will open/process more quickly?

Thank you, Jim!
Much, much better.
 
Top