Please help me the following code does not work for me and I have been out of coding for a while and getting very frustrated
Dim appExcel As Excel.Application
Dim wbk As Excel.Workbook
Dim wks As Excel.Worksheet
If I create a new object then I cannot work out how to reference the workbook / worksheets....
I am sure it is something as simple as a missing reference
Dim appExcel As Excel.Application
Dim wbk As Excel.Workbook
Dim wks As Excel.Worksheet
If I create a new object then I cannot work out how to reference the workbook / worksheets....
I am sure it is something as simple as a missing reference