how do i run that?
I am using Excel 2007 - I am a programmer (C# mostly), but never use Excel.
Main Topics
Browse All TopicsI have an xlsx file, and one column has links in it.
Is there a way to copy/paste the links instead of the value that is actually in the cell?
For example, a column has values 'asdf', 'sdfg', and 'dgh' showing, but they are links to :'M:\directory1\bla\bla', 'M:\directory5\asdf\sdf\ad
Thank you.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Open excel sheet and go to sheet where data is stored. (this is Activesheet in code)
Press Alt F11
Click Insert Module and copy code from above.
Start Macro
I think you should enables marco tab, which is somewhere in Options - look for Developer tab.
If this doesn't work just let me know and I'll check on Excel 2007. I use 2003.
Regards, Kalkul
Business Accounts
Answer for Membership
by: kalkulPosted on 2009-04-22 at 01:34:23ID: 24202375
Hi,
You can do with this code.
Regards, Kalkul
Select allOpen in new window