admin管理员组

文章数量:1310043

Windows 11 Pro, 23H2
Richtx32.ocx

  • Open at new Workbook
  • Create Userform1
  • Insert a Richtextbox control
  Sub RTBX()
      With Userform1
        .Richextbox.show 0
      End with
  End Sub

Enter some text

Attempt to Copy/Cut or Drag & Drop some text.

After 10 seconds Excel crashes. No KeyPress or KeyDown event is triggered

Have done both repairs to Office 365

本文标签: vbaRichtextbox crashes Excel if a CtrlC (copy) or a drag and drog is attemptedStack Overflow