TestLink--ExcelMacros
TestLink--ExcelMacros copied to clipboard
02-TestCases.xls Export TC to TL not working
Hey,
I had a problem with exporting. Got the Error #52 (?) Wrong name or number.
In Module ExportXML/ExportTestCaseXML I replaced
xlsFileName = ActiveWorkbook.FullName
with
xlsFileName = ActiveWorkbook.Name
and all worked fine.