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.