![]() |
![]() |
|
|||||||
| 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 |
|
New Member
Join Date: May 2002
Posts: 4
|
In my application, I get a comma delimited file which I need to import into a worksheet. Every day a new comma delimited file comes which I need to import into the same worksheet but store it in a separate sheet for every day. I do not know VB, can you help me with the VB script to do this?
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Do you need VBA for this?
Why not use the import text file abilities of Excel? From your Worksheet Menu Bar: Data, Get External Data, Import Text File... Does this help? Tom |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 4
|
Probably I need to be more clear on this. I have a Java appliction running and this application needs to call Excel and probably fire off some routine in Excel which imports the comma delimited file into a worksheet. The Java application keeps getting these comma delimited files every day, and the application needs to import this data and save it in the same worksheet but in different sheets day-wise.
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Java too me is something like a cup of coffee.
I'm assuming we're using automation as is.(OLE) Please post your script if you don't mind. Or am I missing your point here? Tom |
|
|
|
|
|
#5 |
|
New Member
Join Date: May 2002
Posts: 4
|
Let's forget Java for the moment. What if I need to do the same thing by loading Excel and running a VBA script? What would be the script? If that works, I'll write the necessary code to run that from Java.
|
|
|
|
|
|
#6 |
|
New Member
Join Date: May 2002
Posts: 4
|
Well one likely solution could be to use Java Excel API - an open source Java API which allows Java developers to read Excel spreadsheets and to generate Excel spreadsheets dynamically. The URL for that is http://www.andykhan.com/jexcelapi/
However, if anyone has a better solution, do let me know. |
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi again.
This macro will open a standard getopenfile dialog, and import the text file to a new worksheet named after the current date(mmddyy) Will need a bit of customization, perhaps.
[ This Message was edited by: TsTom on 2002-05-13 00:34 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|