any idea

  • Thread starter Thread starter CC
  • Start date Start date
C

CC

How could I be able to open different files (excel files) automatically by
just typing the name of the files. Is there any macro or ..............
function could do this??
What it is, I will be generating different *.csv files and I want them to be
imported to excel format
 
Hi

Try recording a macro using a sample file. Then edit the macro and
replace the filename with Input("Please enter the file name").

That should get you started, assuming you have some basic coding under
your belt.

Hope I'm on the right track.

Simon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top