10-09-2021
04:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-09-2021
04:25 PM
ok i solved ... i hacked the code and i replaced
Dim sAsmName As String = System.IO.Path.GetFileNameWithoutExtension (oAsmDoc.FullDocumentName)
with
Dim sAsmName As String = System.IO.Path.GetFileNameWithoutExtension (oAsmDoc.FullFileName)
it works now
Thank you
p.S: I don't want to profit but do you think you could integrate the BOM only parts with excel exports in the same folder?
Dim sAsmName As String = System.IO.Path.GetFileNameWithoutExtension (oAsmDoc.FullDocumentName)
with
Dim sAsmName As String = System.IO.Path.GetFileNameWithoutExtension (oAsmDoc.FullFileName)
it works now
Thank you
p.S: I don't want to profit but do you think you could integrate the BOM only parts with excel exports in the same folder?