Hi all, I'm trying to import a series of csv files with the TransferText function. It works fine but I'm trying to make it so the user can browse for a file. I've done such using an activex control and it successfully throws the directory and filename into a text box. When I click my import button (which is to run the macro) it does nothing. I changed the filename field in the macro to [Forms]![Import]![MainCSV] rather than "C:/........" in hopes it would work, but alas it does not.
How would I do this?
How would I do this?