Hi,
I have some code running in Access that adapts an Excel file:
My Code =
CODE
Function WerkBladN101()
Dim n As Integer
Dim c As Range
Set XLApp = New Excel.Application
Set xlWB = XLApp.Workbooks.Open(FileName:=CurDir & "\Listing62B_101_" & m & ".xls")
'Select last row in...