ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Links and Linking in Excel (https://www.excelbanter.com/links-linking-excel/)
-   -   Excel2003 Hyperlink Modification (https://www.excelbanter.com/links-linking-excel/49188-excel2003-hyperlink-modification.html)

lthrwing

Excel2003 Hyperlink Modification
 

Any help is greatly appreciated. Using Excel2003 on WinXP. All updates
current. When hyperlink is inserted that points to a file with a name
that has "spaces" in it, when the hyperlink is edited, %20 replaces the
"spaces". Need the %20 to not display in the edit hyperlink address
window. Also, need to apply the removal of the %20 to already existing
hyperlinks. Please contact me if more detail is required. I have found
that adding "" around the link will achieve this effect but only on
newly created hyperlinks. Or, using the autocorrect function and
programming the %20 to equal a "space" but again only on newly created
hyperlinks.

So to summerize;
1. globally remove from a spreadsheet all %20's with spaces in existing
hyperlinks.

Thanks.


--
lthrwingPosted from - http://www.officehelp.in


Jezebel

%20 is simply code for a space character, inserted because some browsers
don't accept literal spaces within addresses. If you're really keen, write a
macro that iterates the Hyperlinks collection and uses the Replace()
function; but simpler to do nothing at all.





"lthrwing" wrote in message
...

Any help is greatly appreciated. Using Excel2003 on WinXP. All updates
current. When hyperlink is inserted that points to a file with a name
that has "spaces" in it, when the hyperlink is edited, %20 replaces the
"spaces". Need the %20 to not display in the edit hyperlink address
window. Also, need to apply the removal of the %20 to already existing
hyperlinks. Please contact me if more detail is required. I have found
that adding "" around the link will achieve this effect but only on
newly created hyperlinks. Or, using the autocorrect function and
programming the %20 to equal a "space" but again only on newly created
hyperlinks.

So to summerize;
1. globally remove from a spreadsheet all %20's with spaces in existing
hyperlinks.

Thanks.


--
lthrwingPosted from - http://www.officehelp.in





All times are GMT +1. The time now is 12:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com