Issue looping through worksheets in a workbook

前端 未结 1 1685
我在风中等你
我在风中等你 2020-12-21 23:38

I have a debugging problem for homework in class and I made the changes I saw that were necessary but I am getting an error. It says method or data member not found

相关标签:
1条回答
  • 2020-12-22 00:15

    The shtCurrent As Worksheets should not be the worksheetS collection, just the worksheet object.

    Dim strPrint As String, wkbHours As Workbook, shtCurrent As Worksheet
    
    0 讨论(0)
提交回复
热议问题