If your shiplog is empty, TCE cant read/find the NetLog file it requires. So please check if the NetLog folder was set correctly in the TCE.ini. Did you selected it manual or with Auto-Detect?
Back with Excel 2013 for the next 3 days at lest lol not only 2007 didn't work but it screwed up my 2013 license.
Now it's telling me my key will expire in 3 days !
I've uninstalled all version of office and re-installed 2013 with the same result.
Don't feel too bad about having some bugs lol even multi-million dollar software corporations have plenty of them !
Anyway I'll fix that soon enough.
As for TCE,
Getting closer, I managed to enter all the info about the station I'm in and save it.
-with an update date of 1899-12-30 and time 00:00:00
-the note didn't stick
-and Explored stays no in cartography even if I had selected in star system database
but it did save the distance to the star, the services available and the number of bodies in the system
Then I got another error 13 when I clicked to open the commodity panel lol
Is TCE.xmls supposed to modify itself on normal use ?
Everytime I close Excel it asks me if I want to save.
I would have thought, that only the mdb's would have been modified !
So I said no after the error 13
now it crashes with error 1004 before it is done opening
Sub DB_Importer(DBFullName As String, TableName As String, TargetTable As String, TargetRange As Range)
Worksheets(TargetTable).Activate
With ActiveWorkbook.Worksheets(TargetTable).ListObjects.Add(SourceType:=0, Source:=Array( _
"OLEDB;Provider=Microsoft.ACE.OLEDB.12.0;Password="""";User ID=Admin;Data Source=" & DBFullName & ";Mode=Share Deny Write;Extended Pro" _
, _
"perties="""";Jet OLEDB:System database="""";Jet OLEDB:Registry Path="""";Jet OLEDB

atabase Password="""";Jet OLEDB:Engine Type=5;Jet OL" _
, _
"EDB

atabase Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Pass" _
, _
"word="""";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB

on't Copy Locale on Compact=False;Jet" _
, _
" OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False;Jet OLEDB:Support Complex Data=False" _
), Destination:=Range("$A$1")).QueryTable
.CommandType = xlCmdTable
.CommandText = Array(TableName)
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.PreserveColumnInfo = True
.SourceDataFile = DBFullName
.ListObject.DisplayName = TableName
.Refresh BackgroundQuery:=False
End With
ActiveSheet.ListObjects(TableName).Unlink
End Sub
I think that was cause by some of Excel's process still running in the background.
I've managed to reopen TCE and I can open and use all the windows but Database Commodities and Commodity.
in Control - Panels I can place them where I want, but they will not open for use !
no errors, just nothing happens ! any clue ?