If your .123 files contain only data you may be able to do so. Please email me a copy of any .123 file. I will see what methods can be used.
Main Topics
Browse All TopicsThis question was posted back in 2002 with no solution posted - just emailed script from what I can tell. I have over 1000 .123 files (not .wk? which excel will open) that need to be converted. We have a copy of Lotus 1-2-3 but not the time to manually open each 123 files and save as xls. I was able to find serval batch converters for wk? files but none for .123.
Anyone know of such a batch converter or script that can be used in Lotus or Excel or vb to batch convert all of these?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Or you may look at this page. They offer a good conversion software. http://www.convertertechno
This as well: http://www.ostfeld.com/lot
jpresweber,
Try the following
http://www.dataviz.com/pro
Patrick
Business Accounts
Answer for Membership
by: patrickabPosted on 2005-08-29 at 13:07:02ID: 14778855
jpresweber,
Apologies I am now an infrequent visitor to the Lotus123 forum of EE - thus the delay in even reading your question.
I have no idea whether this will work but for the sake of a few minutes playing around it's worth a try.
As Excel will open *.wk* files easily why not try renaming a *.123 file *.wk4 for example and then try opening it with Excel. I can't try it as my edition of Lotus123 creates *.wk4 files - it's so old!!
If it works then convert them all using the following command line in a DOS window (when you're in the correct directory) by using:
ren *.123 *.wk4
Patrick