Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is great. Thanks Tim. Thanks also Tom for the explanation.
Daniel __________________ "Tim Zych" a écrit dans le message de ... Not if the apostrophe is the prefix character. To get around it use VBA: Sub RemApos() Dim rngArea As Range For Each rngArea In ActiveSheet.Cells. _ SpecialCells(xlCellTypeConstants).Areas rngArea.Value = rngArea.Value Next End Sub "Daniel" wrote in message ... Hello, is there a way to search for the apostrophe (') character with the Find button? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace: find part cell, replace whole cell | Excel Worksheet Functions | |||
Find and Replace - Replace with Blank Space | Excel Discussion (Misc queries) | |||
Copy contents of Find (Find and Replace) | Excel Discussion (Misc queries) | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
find and replace - replace data in rows to separated by commas | Excel Worksheet Functions |