Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Trying to format cell data HELP please

Hi,
My spreadsheet won't let me format an 'Email Address' or a 'Web Address'
column with active email or web addresses.

Each time I select a cell the entry in the editable bar at the top (the
formula bar) shows a ' before the text or number. If I delete the ' that
precedes the text or number, all is well and hyperlinks look like hyperlinks
etc.....

Is there a way to remove this ' from all cells at once?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default Trying to format cell data HELP please

Hi easyway,

Copy a blank cell
Select all of your data
Right click on the selected area and choose Paste Special
Check Add and OK out.

HTH
Martin


"easyway" wrote in message
...
Hi,
My spreadsheet won't let me format an 'Email Address' or a 'Web Address'
column with active email or web addresses.

Each time I select a cell the entry in the editable bar at the top (the
formula bar) shows a ' before the text or number. If I delete the ' that
precedes the text or number, all is well and hyperlinks look like
hyperlinks
etc.....

Is there a way to remove this ' from all cells at once?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Trying to format cell data HELP please

Select a block of cells and run this small macro:

Sub tick_cleaner()
For Each r In Selection
If r.PrefixCharacter = "'" Then
r.Value = r.Value
End If
Next
End Sub

--
Gary''s Student - gsnu200745


"easyway" wrote:

Hi,
My spreadsheet won't let me format an 'Email Address' or a 'Web Address'
column with active email or web addresses.

Each time I select a cell the entry in the editable bar at the top (the
formula bar) shows a ' before the text or number. If I delete the ' that
precedes the text or number, all is well and hyperlinks look like hyperlinks
etc.....

Is there a way to remove this ' from all cells at once?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Trying to format cell data HELP please

Sorry guys, none of the two suggestions worked thus far. It may be something
I'm doing?

Is there a way I can post a screenshot on this forum?

It's not the end of the world but just a bit puzzling that if I select a
cell with a web or emai address, it's shown on the formula bar as
'www.somethingorother.com with no hyperlink underline. If I manually delete
the preceeding ' voila! all is as it shoud be.

I've tried a simple find and replace but this won't do it for me either!

Any other suggestions for this amateur spreadsheet user would be appreciated.

Ta,

"easyway" wrote:

Hi,
My spreadsheet won't let me format an 'Email Address' or a 'Web Address'
column with active email or web addresses.

Each time I select a cell the entry in the editable bar at the top (the
formula bar) shows a ' before the text or number. If I delete the ' that
precedes the text or number, all is well and hyperlinks look like hyperlinks
etc.....

Is there a way to remove this ' from all cells at once?

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
Lock Cell Format - Allow copy and paste of data without format change Chris12InKC Excel Worksheet Functions 2 May 9th 23 07:42 PM
Copying the data in and format of a cell to another cell cyberdude Excel Discussion (Misc queries) 1 January 6th 07 12:22 PM
Cell data format falloutx Excel Discussion (Misc queries) 1 February 10th 06 01:46 PM
How do I copy data in single cell format to a merged cell format Paul Excel Discussion (Misc queries) 1 June 27th 05 11:00 AM
format cell data to display stacked data dkay10 Excel Discussion (Misc queries) 1 January 17th 05 02:20 AM


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