Opening different files in excell

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
 
B

Bob Phillips

Create a macro that uses the GetOpenFilename method (check help)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top