Results 1 to 17 of 17

Thread: [RESOLVED] want to create a txt file using content from excel

Threaded View

  1. #1

    Thread Starter
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Resolved [RESOLVED] want to create a txt file using content from excel

    Hi all,

    I have an excel file. It has some names in Cell A1 to A10 as follows:

    Code:
              A 
    1     app-01 
    2     app-03 
    3     app-05 
    4     app-07 
    5     app-09 
    6     app-11 
    7     app-13 
    8     app-15 
    9     app-17 
    10   app-19
    The user will select the cells A1 to A10 (or A1 to A5 as per users wish) and then, if we run a macro, the macro should create a text files from A1 to A10 (or as per users wish), like "app-01.txt", "app-03.txt", "app-05.txt" and so on in "C:\Temp\" folder.

    Any Coding help pls!

    Thanks,

    CS.
    Last edited by cssriraman; Jun 25th, 2005 at 11:07 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width