Is it possible to have a little more detail because with so much information it's not going to be easy to guess why this macro supposedly doesn't work!!
I'm interested in this macro but I'd like to modify it so that it uses an excel template in which I have set up some things (macro that allows you to modify the properties in SW, list of drop-down choices)
I imagine that the section to be modified is the following,
Dim wbk As Excel.Workbook
or
' On ouvre un nouvel objet Excel
Set xlApp = New Excel.Application
' On rend Excel visible avec un nouveau classeur
With xlApp
.Visible = True
Set wbk = .Workbooks.Add
Set sht = wbk.ActiveSheet
End With
but I don't know how to indicate the path of my XLS model