Sub Import01()
file_name0 = ActiveWorkbook.Name
Application.Run "Import_H", file_name0
End Sub
Sub Import_H(file_name0 As String)
MsgBox (file_name0)
Windows(file_name0).Activate
End Sub
全站熱搜
Sub Import01()
file_name0 = ActiveWorkbook.Name
Application.Run "Import_H", file_name0
End Sub
Sub Import_H(file_name0 As String)
MsgBox (file_name0)
Windows(file_name0).Activate
留言列表