Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
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
Place this code in workbook modulePrivate sub workbook_open()Application.windowstate=xlmaximizedEnd sub
Getting error like Object required: Application and objEccel.ActiveWorkbook
Unable to set the windowState property of the Application class@@vbaautomationtutorialpoint5315
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
Place this code in workbook module
Private sub workbook_open()
Application.windowstate=xlmaximized
End sub
Getting error like Object required: Application and objEccel.ActiveWorkbook
Unable to set the windowState property of the Application class@@vbaautomationtutorialpoint5315