Hi Folks,
I am having some issues with the below code. I think it has to do with object reference, but I am not sure how to fix it. Really appreciate any help!
Sub ExportToExcel(strFilename As String, strFolderPath As String)
Dim olkMsg As Object
Dim olkFld As Object
Dim excApp As Object
Dim...