Slow to Open File

  • Thread starter Thread starter iamnu
  • Start date Start date
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?
 
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top