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.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
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
-
Set default size for pasted photo to word
by
Cyn
3 hours, 5 minutes ago -
Dedoimedo tries 24H2…
by
Cybertooth
1 hour, 13 minutes ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
1 day, 2 hours ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
23 hours, 23 minutes ago -
Small desktops
by
Susan Bradley
1 hour, 15 minutes ago -
Totally disable Bitlocker
by
CWBillow
1 day ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
23 hours, 40 minutes ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
2 days, 5 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
46 minutes ago -
Mystical Desktop
by
CWBillow
2 days, 9 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
1 day, 14 hours ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
6 hours, 33 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
3 days ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
3 days, 3 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
3 days, 1 hour ago -
What is wrong with simple approach?
by
WSSpoke36
23 hours, 31 minutes ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
3 days, 12 hours ago -
Location, location, location
by
Susan Bradley
2 days, 3 hours ago -
Cannot get a task to run a restore point
by
CWBillow
3 days, 14 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
3 days, 5 hours ago -
June 2025 Office non-Security Updates
by
PKCano
4 days, 1 hour ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
2 days, 3 hours ago -
Firefox Red Panda Fun Stuff
by
Lars220
4 days ago -
How start headers and page numbers on page 3?
by
Davidhs
4 days, 11 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
3 days, 14 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
4 days, 20 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
4 days, 20 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
4 days, 9 hours ago -
Firefox 139
by
Charlie
4 days, 2 hours ago -
Who knows what?
by
Will Fastie
3 days, 4 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.