Hi guys,
I am trying to import a dynamic range I made in Excel into a table in access. I use the code below to import a range from excel into a table. The range I have in excel is defined as =OFFSET(ybport!$A$2,0,0,COUNTA(data!$A:$A)-1,5) and is named yieldbookMort. The VBA code below in...