Hey Everyone;
Very basic question here... unfortunately, I'm not familiar enough with VBA prompts or user defined functions to be able to write this myself, and really haven't found too many in depth guides.
I have a worksheet named "Data"
I want a button that will import data from a .csv file into the "Data" worksheet.
If there is info already in "Data", delete it (easy enough)
I want the user to select the file in a browser format to find .csv file to import.
I'm sure it's simple, but I haven't been able to find an example.
Editted to add: I'm looking to copy all data from the .csv... no further differentiation within it.
Bookmarks