hi, I had a problem with hyperlinks a long time ago, if remember right, some
of problems seemed to be:
- when copying a range / multiple rows of the same hyperlink down, say 10,
20..
then cutting pasting deleting sorting portions of everything all mixed up,
would seem to trash the work I had done.
my answer was to remote portions of the hyperlink to a single location using
AND signs: "&" to connection them together. i.e.:
http://www.microsoft.com/office/community/en-us/default.mspx?lang=en&cr=US&dg=microsoft.public.excel.misc
B2: http://www.microsoft.com/office/community/
B3: en-us/default.mspx?lang=en&cr=US&dg=microsoft.public.excel.misc
using the hyperlink function:
=HYPERLINK($B$2&$B3,"friendly name")
should get you back to this page, and be stable; allows you to do easy edit
etc..