Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Edit hyperlinks

Thanks Tom! That worked like a champ! I am very grateful!
--
http://www.fyi.bz


"Tom Ogilvy" wrote:

Perhaps something like:

for each hlink in Activesheet.hyperlinks
sStr = hlink.Address
sStr = Replace(sStr,"\PO\","\_PO\")
hlink.Address = sStr
Next

--
Regards,
Tom Ogilvy

"Cadwan" wrote in message
...
Hi!

I'm just about at wits end trying to find a method of editing 4000+
hyperlinks with variable addresses (eg c:\PO\888_Customer.xls to
c:\_PO\888_Customer.xls or c:\PO\889_customer.xls to

c:\_PO\889_customer.xls.
Any suggestions would be enormously appreciated!
--
http://www.fyi.bz




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't edit hyperlinks Karla V Excel Discussion (Misc queries) 1 January 19th 07 08:41 PM
Can't edit hyperlinks galimi Excel Discussion (Misc queries) 3 January 19th 07 08:24 PM
Can't edit hyperlinks scott Excel Discussion (Misc queries) 0 January 19th 07 08:15 PM
Edit Hyperlinks SLKoelker Excel Discussion (Misc queries) 5 December 7th 06 01:28 PM
Edit Hyperlinks yazz22 Excel Worksheet Functions 2 January 15th 05 02:29 PM


All times are GMT +1. The time now is 11:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"