What is causing “Automation error Unspecified error” on Worksheet_Activate?

前端 未结 9 2697
庸人自扰
庸人自扰 2020-12-15 00:32

I have a worksheet named \"Dates\" (object name is A_Dates) that needs to be calculated when it is activated (It may be worth noting that this is in my Personal macro workbo

9条回答
  •  自闭症患者
    2020-12-15 00:36

    I found the issue. One of my forms had a control on it that apparently stopped working, and this had a ripple effect.

    The control in question was "Microsoft ProgressBar Control, version 6.0". I do not know WHY it stopped working, but removing the form (and, of course, all references to it) resolved the issue.

提交回复
热议问题