![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: May 2002
Location: Montreal, Canada
Posts: 80
|
Hello,
Is it possible to create a text file from an Excel file that would have the equivalent of 1200 cells of information on each line ? I can only create a text file with 256 cells in width. Any ideas ? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: May 2002
Posts: 809
|
You can copy and paste into Notepad. I don't know about the total size of the file, however.
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
Regards!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Apr 2002
Location: Trussville, AL
Posts: 134
|
If you are trying to create a comma delimited file perhaps you can build on the post above and simply have the contents of some cells be formatted to fit your file.
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Posts: 202
|
i think glenng's problem arises from excel's 256 column limit - he's looking for a 1200 column spreadsheet to do what he wants (btw is xp still limited to 256 columns?)
one way i can think to get around this - if it's going into a text file, why not concatenate your 1200 entries into 256 cells (i admit this will take a bit of effort), do a copy>paste special>transpose to get the information in rows, and then copy to a text file. does that make sense? the only other thing i can suggest is to select 256 rows at a time, copy>paste special>transpose and then copy to your text file. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|