Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
B.C.Lioness
 
Posts: n/a
Default Hyperlink from plain text.

I am importing an Access Query into a sheet of my Excel file. This query has
a column that is all hyperlinks. My problem is that instead of importing as
a hyperlink, it comes into Excel as plain text. I have used HYPERLINK(A1) to
try to convert, but there is a number sign (#) at the start of the plain
text. Is there a way I can delete this first character, then use
HYPERLINK(A1) to get my hyperlink into a column that is unaffected by data
updates?
I am using Access and Excel 2002, and I am pretty new to all this, I am
currently trying to wrap my brain around macros to see if I can find a
solution there, but that is confusing me more I think.

I will be grateful for any help.

Lori.
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

How about just skipping the first character in your =hyperlink() formula:

=hyperlink(mid(a1,2,255))

(make that 255 large enough for any of your hyperlinks.)

===
Or if the # sign only appears in the first character in those strings, you
could:

Edit|Replace
what: #
with: (leave blank)
replace all


B.C.Lioness wrote:

I am importing an Access Query into a sheet of my Excel file. This query has
a column that is all hyperlinks. My problem is that instead of importing as
a hyperlink, it comes into Excel as plain text. I have used HYPERLINK(A1) to
try to convert, but there is a number sign (#) at the start of the plain
text. Is there a way I can delete this first character, then use
HYPERLINK(A1) to get my hyperlink into a column that is unaffected by data
updates?
I am using Access and Excel 2002, and I am pretty new to all this, I am
currently trying to wrap my brain around macros to see if I can find a
solution there, but that is confusing me more I think.

I will be grateful for any help.

Lori.


--

Dave Peterson
  #3   Report Post  
B.C.Lioness
 
Posts: n/a
Default

Thank You so much, the MID function worked perfectly! :)

"Dave Peterson" wrote:

How about just skipping the first character in your =hyperlink() formula:

=hyperlink(mid(a1,2,255))

(make that 255 large enough for any of your hyperlinks.)

===
Or if the # sign only appears in the first character in those strings, you
could:

Edit|Replace
what: #
with: (leave blank)
replace all


B.C.Lioness wrote:

I am importing an Access Query into a sheet of my Excel file. This query has
a column that is all hyperlinks. My problem is that instead of importing as
a hyperlink, it comes into Excel as plain text. I have used HYPERLINK(A1) to
try to convert, but there is a number sign (#) at the start of the plain
text. Is there a way I can delete this first character, then use
HYPERLINK(A1) to get my hyperlink into a column that is unaffected by data
updates?
I am using Access and Excel 2002, and I am pretty new to all this, I am
currently trying to wrap my brain around macros to see if I can find a
solution there, but that is confusing me more I think.

I will be grateful for any help.

Lori.


--

Dave Peterson

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
Sort or Filter option? Mcobra41 Excel Worksheet Functions 3 February 23rd 05 07:22 PM
How to create a hyperlink in excel, using the text in a cell. Leo Excel Worksheet Functions 1 January 29th 05 04:32 AM
How can I allways paste PLAIN TEXT ? Davus_ik Excel Discussion (Misc queries) 2 January 9th 05 03:55 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
how to hyperlink text to a cell steve New Users to Excel 1 December 14th 04 08:21 PM


All times are GMT +1. The time now is 05:27 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"