![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: May 2002
Location: Romania
Posts: 150
|
Hello all,
My name is Romulus Milea and I work with Solectron Romania as a C.F.T. Product engineer. My Excel-related issue is that I have a list with almost 2000 hyperlinks created with CTRL + K command and I just want to convert each of them into a hyperlink created with HYPERLINK function. Please help us to obtain a VBA code which can automatically solve our issue. Thank you very much in advance and we look forward to reading your answer. Regards, Romulus. P.S. You are the best !!! |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
Let us say you currently have a hyperlink in cell B9 -- now to convert that into a Hyperlink Function, you can use the following formulas: =HYPERLINK(B9) and ="=hyperlink("""&B9&""")" Then EDIT|COPY and EDIT|PASTE_SPECIAL to convert it to a value. You may want to explore if this approach works for you. Regards!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Kobe, Japan
Posts: 1,420
|
Hi RomulusMilea, I made a vba sample for you.
Please copy this into a standard module and run this macro.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|