Das Excel Sheet ist aus dem "libnodave_excel_test.xls"
Private Function initialize(ByRef ph As Long, ByRef di As Long, ByRef dc As Long)
ph = 0
di = 0
dc = 0
DB = Tabelle1.Cells(7, 2)
initialize = -1
port$ = Tabelle1.Cells(3, 2)
peer$ = Tabelle1.Cells(4, 2)
Rack$ = Tabelle1.Cells(5, 2)
Slot$...