+ Reply to Thread
Results 1 to 2 of 2

Removing apostrophe from imported data

  1. #1
    Rita Palazzi
    Guest

    Removing apostrophe from imported data

    Windows XP Professional
    Office 2000


    I've got text in an imported column. There is an apostrophe at the
    beginning of every cell. Is there a quick easy way to remove the
    apostrophe from all cells?

    Thanks in advance for any help!

    Rita Palazzi
    Senior Engineer / Global Trade Services
    FedEx Express


  2. #2
    keepITcool
    Guest

    Re: Removing apostrophe from imported data

    try:

    Sub foo()
    With Range("a:a")
    .Formula = .Value
    End With
    End Sub




    --
    keepITcool
    | www.XLsupport.com | keepITcool chello nl | amsterdam


    Rita Palazzi wrote :

    > Windows XP Professional
    > Office 2000
    >
    >
    > I've got text in an imported column. There is an apostrophe at the
    > beginning of every cell. Is there a quick easy way to remove the
    > apostrophe from all cells?
    >
    > Thanks in advance for any help!
    >
    > Rita Palazzi
    > Senior Engineer / Global Trade Services
    > FedEx Express


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1