Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Easier than mucking about in VBA:
Copy a blank cell Select the cells which have an apostrophe as the first character (which is not recognized by VBA or Excel) Edit menu Paste Special Values and Operation - Add options - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ wrote: Gentlemen (and Ladies), Unfortunately the last person who did this job entered dates with a "'" in front of all of them, and excel will not recognize them as dates. I'm looking for some code that will do the following: rownum = 7 Do if Range("P" & rownum).Value [begins with "'"] then [delete the "'"] rownum = rownum + 1 Does anybody know how to do something like this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel E-2007 starts, but Installer also starts 3 times??? | Setting up and Configuration of Excel | |||
Excel Starts When I hit te Zero Key | Excel Discussion (Misc queries) | |||
Zero starts of a number | Excel Worksheet Functions | |||
Delete row if cell starts with ........... | New Users to Excel | |||
formula starts : =+ what does plus indicate? | Excel Worksheet Functions |