Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

Deleting Charactors from a cell and the whole column

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Card1234 - 26 Mar 2008 00:45 GMT
I have a column of SKU's.  The SKU's can be numbers, numbers with dashes,
number and letters, etc.  When you view the data in each cell it looks the
way it should (ex. BN12345).  When you click on the cell, there is a single
quote (') at the beginning of each SKU.  How do I get rid of this?  I have
tried formatting as text, Ctrl H (Find and Replace), everything I can think
of.  Any suggestions.  
Signature

LSC

Gary''s Student - 26 Mar 2008 00:50 GMT
Select the cells with the single quotes and run this macro:

Sub tickiller()
For Each r In Selection
   With r
   .Value = .Value
   End With
Next
End Sub

Signature

Gary''s Student - gsnu200775

> I have a column of SKU's.  The SKU's can be numbers, numbers with dashes,
> number and letters, etc.  When you view the data in each cell it looks the
> way it should (ex. BN12345).  When you click on the cell, there is a single
> quote (') at the beginning of each SKU.  How do I get rid of this?  I have
> tried formatting as text, Ctrl H (Find and Replace), everything I can think
> of.  Any suggestions.  
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.