-
1
- #1
Hello everybody,
I am trying to configure Excel ---> Catia V5 textual notes (and symbols) import in result of drawing notes. Has anybody else configured such system to work fine?
My previous Catia V5 to Excel export has stopped working when the excel became Office 365. Here is an example of code that worked on Excel (2016):
START:
Set ExcelSheet = CreateObject("Excel.Sheet")
On Error Resume Next
ExcelSheet.Application.Quit
Set ExcelSheet = Nothing
Set ExcelSheet = CreateObject("Excel.Sheet")
Set ExcelSheet = GetObject("D:\Program Files\Dassault Systemes\WS\TEMPL.XLS")
Set XLFile = CreateObject("Scripting.FileSystemObject")
End If
END.
Does anybody have a solution to problem or has solved it recently?
Thank you in advance.
I will keep you updated with my progress.
I am trying to configure Excel ---> Catia V5 textual notes (and symbols) import in result of drawing notes. Has anybody else configured such system to work fine?
My previous Catia V5 to Excel export has stopped working when the excel became Office 365. Here is an example of code that worked on Excel (2016):
START:
Set ExcelSheet = CreateObject("Excel.Sheet")
On Error Resume Next
ExcelSheet.Application.Quit
Set ExcelSheet = Nothing
Set ExcelSheet = CreateObject("Excel.Sheet")
Set ExcelSheet = GetObject("D:\Program Files\Dassault Systemes\WS\TEMPL.XLS")
Set XLFile = CreateObject("Scripting.FileSystemObject")
End If
END.
Does anybody have a solution to problem or has solved it recently?
Thank you in advance.
I will keep you updated with my progress.