标签: python excel-vba custom-data-type vba excel
我希望用Python重做Excel VBA,不熟悉VBA和Python新手。 VBA中有一个自定义数据类型,我不知道如何在Python中使用它:
Public Type CusType One_ As Long Two_ As Single Thr_ As Single Fou_ As Single Str_ As String End Type '... etc Dim AnArray() as CusType