Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This worked a treat, many thanks for your help.....
"Gary''s Student" wrote: Sub tic_killer() Set rr = ActiveSheet.UsedRange.SpecialCells(xlCellTypeConst ants, xlTextValues) For Each r In rr If r.PrefixCharacter = "'" Then r.Value = r.Value End If Next End Sub -- Gary''s Student - gsnu200733 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to keep zeros at the begining of a number | Excel Worksheet Functions | |||
how do i get a list of only the begining of weeks in excel? | Excel Worksheet Functions | |||
select text in cell based on text from another cell, paste the text at the begining of a thrid cell, etc... | Excel Programming | |||
option to keep zero at begining of number | Excel Discussion (Misc queries) | |||
how to add symbol automatically at begining and end | Excel Discussion (Misc queries) |