Dim s As String
    Dim Cancel As Boolean
    s = InputBox("")
    Cancel = Not CBool(StrPtr(s))
    MsgBox Cancel

相关文章:

  • 2022-12-23
  • 2021-11-22
  • 2021-08-17
  • 2021-12-14
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案