Hi guys,
as I am importing an Excel Worksheet into my access database I need some assistance to convert a column in Excel to a longInteger Field in Access.
Sub FillAllCellsWithLongInteger()
Dim Zeile As Integer
Dim ZeileMax As Long
Application.ScreenUpdating = False
With...