Ok here is what’s going on... before when I would download my spreadsheet off of the web page they left a few spaces blank in columns 1 and 2 starting at row 6, and my co-worker wrote the program based on that. Now he is gone and they changed their spreadsheet and I no longer need to fill in any...
Hi I weekly import an excel spread sheet into access but i dont need the top 4 rows. So for this is what i have written
Public Sub Command1_Click()
DoCmd.TransferSpreadsheet acImport, 9, "Training", "...Adls Roster\Training.xlsx", True
Rows("1:4").Select
Selection.Delete Shift:=xlUp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.