Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi Connull,
If you want a VBA solution, try: Sub DeleteApostrophes() Dim rCell As Range For Each rCell In ActiveSheet.UsedRange If rCell.PrefixCharacter = "'" Then rCell.Value = rCell.Value End If Next rCell End Sub --- Regards, Norman "Connull" wrote in message ... Thanks Norman, this option removed the apostrophe from the numeric values but I am still sitting with the problem of the apostrophe in front of the text values. If you have any further suggestions I would be most grateful. "Norman Jones" wrote: Hi Connull, Copy a blank cell Select the cells with the offending initial apostrophe Edit | Paste Special | Check "Value" and "Add" | OK Perhaps counter-intuitively, this works on text values. --- Regards, Norman "Connull" wrote in message ... How can I remove the apostrophe (') from the text values in my spreadsheet. I need to use this spreadsheet to import data into another program which then gives errors due to the (') |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
display negative values as a blank cell in Excel | Excel Discussion (Misc queries) | |||
display negative values as a blank cell in Excel | Excel Discussion (Misc queries) | |||
How I do I rotate text in an excel cell? The rotate commands is g. | Excel Discussion (Misc queries) |