• 2022-06-07
    The keywords () can be used to define symbolic constants in VBA.
    A: Const
    B: Dim
    C: Public
    D: Static
  • A

    内容

    • 0

      在VBA中,用来定义符号常量的关键字是( )。 A: Const B: Dim C: Static D: Public

    • 1

      VBA中定义局部变量可以用关键字 A: Const B: Dim C: Public D: Staffc

    • 2

      VBA中定义符号常量可以用关键字( ) A: Static B: Dim C: Visible D: Const

    • 3

      VBA中符号常量可以用关键字( )定义。 A: Visible B: Static C: Dim D: Const

    • 4

      VBA中定义符号常量的关键字是(). A: Const B: Public C: Private D: Dim