My apologies
Public Function excelModify(fileName As String, sheetName As String)
Dim xlApp As Excel.Application
Dim xlWork As Excel.workbook
Dim xlSheet As Excel.Worksheet
Dim newPath As String, fileNameWOPath As String, fileNameWOExt As String, path As String, xlFormula As...