+ Reply to Thread
Results 1 to 3 of 3

removing word wrap from a text file

Hybrid View

Guest removing word wrap from a... 03-13-2006, 01:55 PM
Guest Re: removing word wrap from a... 03-13-2006, 02:10 PM
Guest Re: removing word wrap from a... 03-13-2006, 03:30 PM
  1. #1
    dtittle
    Guest

    removing word wrap from a text file

    I am Importing a text file with my macro, and need to remove the word
    wrap before Importing. Can I do this in the macro itself? Right now I
    am doing this manually before I run the macro.


  2. #2
    Chip Pearson
    Guest

    Re: removing word wrap from a text file

    Try
    Range("A1").WrapText = False


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "dtittle" <dtittle@microbeef.com> wrote in message
    news:1142272420.926344.8500@z34g2000cwc.googlegroups.com...
    >I am Importing a text file with my macro, and need to remove the
    >word
    > wrap before Importing. Can I do this in the macro itself?
    > Right now I
    > am doing this manually before I run the macro.
    >




  3. #3
    dtittle
    Guest

    Re: removing word wrap from a text file

    I was wrong, I want to add the wordwrap. Before I Import the .txt
    file, wordwrap is turned off. When WrapText = Ture (it should wrap the
    text, correct?) because wright now, it is not.


+ 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