标签:oca 函数 sheet close with elseif pat tran vat
With GetObject(mypath)
Workbooks(mysheet).Activate
If oTypeColumn = 1 Then
arr = oDataTransArrRY2(oSheet, oCellLocation, oColumn)
ElseIf oTypeColumn = 2 Then
arr = oDataTransArrRYH1(oSheet, oCellLocation, oColumn)
ElseIf oTypeColumn = 3 Then
arr = oDataTransArrRYS1(oSheet, oCellLocation, oColumn)
End If
.Close False
End With
标签:oca 函数 sheet close with elseif pat tran vat
原文地址:https://www.cnblogs.com/lidapengwww/p/12641006.html