+ Reply to Thread
Results 1 to 2 of 2

How do I export the contents of autoshapes to a text file?

  1. #1
    Donncha
    Guest

    How do I export the contents of autoshapes to a text file?

    I have one or more autoshapes contained in an excel file and would like to
    export the contents (text contained therein) into a text file or some other
    file format that would allow me to organize the content in a list or table.

  2. #2
    Muhammed Rafeek M
    Guest

    RE: How do I export the contents of autoshapes to a text file?

    Try this one:

    Open "TESTFILE.txt" For Input As #1
    ActiveSheet.Shapes("Text Box 1").Select
    MyString= Selection.Characters.Text

    Input #1, MyString


    "Donncha" wrote:

    > I have one or more autoshapes contained in an excel file and would like to
    > export the contents (text contained therein) into a text file or some other
    > file format that would allow me to organize the content in a list or table.


+ 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