Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mill97
  • Content: Threads
  • Order by date
  1. mill97

    How to delete rows after importing from Excel

    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...

Part and Inventory Search

Back
Top