VBA Excel - Object does not support this property or method

后端 未结 0 883
渐次进展
渐次进展 2021-01-25 03:10
Option Explicit
Dim wb1 As Workbook
Dim shtDisplay As Worksheet

Public Sub Main()
    Set wb1 = ActiveWorkbook
    Set shtDisplay = wb1.Worksheet("Sheet1")
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题