Another simple question...
I current have a button that imports from excel to an Access table. i need to change the code to make it so when the button is pressed, the User decides which file to import. i also need to be able to hard code which columns and rows i want to be imported. All the imported files will have the same format. so for example, i get an electronic bill every month into Excel. the download gives me four rows of headers which i dont need. it also gives me a column i dont need. is there a way to say import all column A except the first 5 rows, all of column B except first 5 rows, all column C except first 5 rows, not column D, all Column E and F except first 5 rows?
I current have a button that imports from excel to an Access table. i need to change the code to make it so when the button is pressed, the User decides which file to import. i also need to be able to hard code which columns and rows i want to be imported. All the imported files will have the same format. so for example, i get an electronic bill every month into Excel. the download gives me four rows of headers which i dont need. it also gives me a column i dont need. is there a way to say import all column A except the first 5 rows, all of column B except first 5 rows, all column C except first 5 rows, not column D, all Column E and F except first 5 rows?