#VBA

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 4

  • @NagaRaju-kl6ds
    @NagaRaju-kl6ds Год назад +1

    Hi, Thanks for sharing Knowledge. I have one question using VB Script opening Excel is blinking in status bar only. when I click excel in status bar then it visible screen. and also not display like maximizing automatically. Please help out on this

    • @vbaautomationtutorialpoint5315
      @vbaautomationtutorialpoint5315  Год назад

      Place this code in workbook module
      Private sub workbook_open()
      Application.windowstate=xlmaximized
      End sub

    • @NagaRaju-kl6ds
      @NagaRaju-kl6ds Год назад

      Getting error like Object required: Application and objEccel.ActiveWorkbook

    • @NagaRaju-kl6ds
      @NagaRaju-kl6ds Год назад

      Unable to set the windowState property of the Application class@@vbaautomationtutorialpoint5315