If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > format conversion for multiple files

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-04, 09:58
rimalpatel rimalpatel is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
format conversion for multiple files

i want to save a whole load of excel files into a delimited format with out opening and saving each one one by one. any way to do this in a speedy way?
Reply With Quote
  #2 (permalink)  
Old 04-07-04, 07:36
MikeTheBike MikeTheBike is offline
Registered User
 
Join Date: Apr 2004
Location: Derbyshire, UK
Posts: 714
If you mean you don't want to open and save each file manually, then this can all be done in code provided the files names have a patten or better still all reside in one directory.

You can use the Dir() function to cycle through all the files in a specified directory as ipen & save them as a csv or other type as you like.

Setting Application.ScreenUpdating=False will speed up the process and you wiil not know it is happening! Progress can be tracked by writing to the application.statusbar="Processing 'currentfilename'" etc.

Unless you have a great many files and they are not very large it should not take too long !!

Hope this is usful, if I have the wrong end of the stick (this has been known!) I apologise.

MTB
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On