I have a number of Spreadsheets that are in the format of one variable per column and a variable number of rows per variable. What I want to do is save each column with a unique name incorporating the contents of Cell AA:1, which will contain a string such as “Lot 55 25.97mm” with date appended and unique identifier A-Z so that file name will be “Contents of AA:1 +DATE + Identifier.TXT” so that each column is stored as a Tab Delimited text file in the same directory as the original file. Any help would be appreciated.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Automated File Creation (Excel 97)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Automated File Creation (Excel 97)
- This topic has 12 replies, 3 voices, and was last updated 21 years, 1 month ago.
AuthorTopicWSthomascox
AskWoody LoungerApril 16, 2004 at 10:46 pm #403783Viewing 1 reply threadAuthorReplies-
H. Legare Coleman
AskWoody PlusApril 17, 2004 at 12:42 am #816092A couple of questions. If you are saving each column in a separate file, then there will only be one entry in each row. Therefore, there will be nothing to tab delimit. Do you really want a tab delimited file, or do you just want a text file, or do you want to transpose the column into a row and have a tab delimited file with one line? If you want to transpose the column into a row, what should happen if there are more than 256 rows in a column?
The code below will save each column as a text file named as you described if that is what you want.
Public Sub SaveCols() Dim I As Long Dim oNewWB As Workbook, oOldWB As Workbook Dim strFileName As String Application.ScreenUpdating = False Set oOldWB = ActiveWorkbook For I = 1 To 26 Set oNewWB = Workbooks.Add oOldWB.Activate ActiveSheet.Columns(1).EntireColumn.Copy oNewWB.Worksheets("Sheet1").Paste Destination:=oNewWB.Worksheets("Sheet1").Range("A1") Application.CutCopyMode = False strFileName = ActiveSheet.Range("AA1").Value strFileName = strFileName & " " & Format(Date, "yyyymmdd") strFileName = strFileName & " " & Left(ActiveSheet.Columns(I).EntireColumn.Address(False, False), 1) Application.DisplayAlerts = False oNewWB.SaveAs Filename:=oOldWB.Path & "" & strFileName, FileFormat:=xlTextMSDOS oNewWB.Close Application.DisplayAlerts = True Set oNewWB = Nothing Next I Application.ScreenUpdating = True End Sub
-
WSthomascox
AskWoody LoungerApril 18, 2004 at 10:55 pm #816655I seem to have gotten the Macro to Run, but it seems only to create 26 individual files all containing the contents of Column A.
What I need is the contents of each column, which can contain any number of datapoints, to be copied to individual Files. Copying should cease once a blank column or column Z is reached. File
naming seemed to work as I needed.Thanks for your assistance.
-
WSHansV
AskWoody LoungerApril 19, 2004 at 6:07 am #816715 -
WSthomascox
AskWoody Lounger -
WSHansV
AskWoody LoungerApril 19, 2004 at 9:50 pm #817087 -
WSthomascox
AskWoody LoungerApril 19, 2004 at 11:48 pm #817152 -
WSthomascox
AskWoody LoungerApril 19, 2004 at 11:48 pm #817153 -
WSHansV
AskWoody LoungerApril 19, 2004 at 9:50 pm #817088
-
-
WSthomascox
AskWoody Lounger
-
-
WSHansV
AskWoody LoungerApril 19, 2004 at 6:07 am #816716
-
-
WSthomascox
AskWoody LoungerApril 18, 2004 at 10:55 pm #816656I seem to have gotten the Macro to Run, but it seems only to create 26 individual files all containing the contents of Column A.
What I need is the contents of each column, which can contain any number of datapoints, to be copied to individual Files. Copying should cease once a blank column or column Z is reached. File
naming seemed to work as I needed.Thanks for your assistance.
-
-
H. Legare Coleman
AskWoody PlusApril 17, 2004 at 12:42 am #816093A couple of questions. If you are saving each column in a separate file, then there will only be one entry in each row. Therefore, there will be nothing to tab delimit. Do you really want a tab delimited file, or do you just want a text file, or do you want to transpose the column into a row and have a tab delimited file with one line? If you want to transpose the column into a row, what should happen if there are more than 256 rows in a column?
The code below will save each column as a text file named as you described if that is what you want.
Public Sub SaveCols() Dim I As Long Dim oNewWB As Workbook, oOldWB As Workbook Dim strFileName As String Application.ScreenUpdating = False Set oOldWB = ActiveWorkbook For I = 1 To 26 Set oNewWB = Workbooks.Add oOldWB.Activate ActiveSheet.Columns(1).EntireColumn.Copy oNewWB.Worksheets("Sheet1").Paste Destination:=oNewWB.Worksheets("Sheet1").Range("A1") Application.CutCopyMode = False strFileName = ActiveSheet.Range("AA1").Value strFileName = strFileName & " " & Format(Date, "yyyymmdd") strFileName = strFileName & " " & Left(ActiveSheet.Columns(I).EntireColumn.Address(False, False), 1) Application.DisplayAlerts = False oNewWB.SaveAs Filename:=oOldWB.Path & "" & strFileName, FileFormat:=xlTextMSDOS oNewWB.Close Application.DisplayAlerts = True Set oNewWB = Nothing Next I Application.ScreenUpdating = True End Sub
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
KB5058379 / KB 5061768 Failures
by
crown
1 hour, 37 minutes ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
1 hour, 46 minutes ago -
At last – installation of 24H2
by
Botswana12
2 hours, 30 minutes ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
1 minute ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
14 hours, 42 minutes ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
8 hours, 2 minutes ago -
Limited account permission error related to Windows Update
by
gtd12345
1 day, 4 hours ago -
Another test post
by
gtd12345
1 day, 4 hours ago -
Connect to someone else computer
by
wadeer
22 hours, 41 minutes ago -
Limit on User names?
by
CWBillow
1 day, 2 hours ago -
Choose the right apps for traveling
by
Peter Deegan
15 hours, 42 minutes ago -
BitLocker rears its head
by
Susan Bradley
1 day ago -
Who are you? (2025 edition)
by
Will Fastie
1 hour, 31 minutes ago -
AskWoody at the computer museum, round two
by
Will Fastie
18 hours, 4 minutes ago -
A smarter, simpler Firefox address bar
by
Alex5723
1 day, 14 hours ago -
Woody
by
Scott
2 days ago -
24H2 has suppressed my favoured spider
by
Davidhs
23 hours, 22 minutes ago -
GeForce RTX 5060 in certain motherboards could experience blank screens
by
Alex5723
2 days, 14 hours ago -
MS Office 365 Home on MAC
by
MickIver
2 days, 8 hours ago -
Google’s Veo3 video generator. Before you ask: yes, everything is AI here
by
Alex5723
3 days, 4 hours ago -
Flash Drive Eject Error for Still In Use
by
J9438
3 hours, 6 minutes ago -
Windows 11 Insider Preview build 27863 released to Canary
by
joep517
3 days, 23 hours ago -
Windows 11 Insider Preview build 26120.4161 (24H2) released to BETA
by
joep517
3 days, 23 hours ago -
AI model turns to blackmail when engineers try to take it offline
by
Cybertooth
3 days, 2 hours ago -
Migrate off MS365 to Apple Products
by
dmt_3904
3 days, 3 hours ago -
Login screen icon
by
CWBillow
2 days, 17 hours ago -
AI coming to everything
by
Susan Bradley
8 hours, 32 minutes ago -
Mozilla : Pocket shuts down July 8, 2025, Fakespot shuts down on July 1, 2025
by
Alex5723
4 days, 14 hours ago -
No Screen TurnOff???
by
CWBillow
4 days, 15 hours ago -
Identify a dynamic range to then be used in another formula
by
BigDaddy07
4 days, 15 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.