Maximize the Excel Screen
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-11-20 03:33 PM
Hi Experts,
Can you please help me how to Maximize Excel screen using code, I don't know if any BO is available or not.
Please help me ASAP.
------------------------------
Asitabha Deb
------------------------------
Can you please help me how to Maximize Excel screen using code, I don't know if any BO is available or not.
Please help me ASAP.
------------------------------
Asitabha Deb
------------------------------
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-11-20 03:59 PM
You can create a new page on the Excel VBO. Passing an input of Handle, here's the code:
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Dim Excel = GetInstance(Handle)
Excel.WindowState = -4137 ' xlMaximized
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-20 01:05 PM
Hi.
Why I am getting error " End of Statement Expected" after enter the code.
I have declared "handle input parameter.
------------------------------
Asitabha Deb
------------------------------
Why I am getting error " End of Statement Expected" after enter the code.
I have declared "handle input parameter.
------------------------------
Asitabha Deb
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-20 01:37 PM
Make sure you're entering those as two separate lines of code. There should be a line return after the close parenthesis.
------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company
------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-20 03:07 PM
Hi,
Why I am getting below error message.
Attachment for ref.
------------------------------
Asitabha Deb
------------------------------
Why I am getting below error message.
Attachment for ref.
------------------------------
Asitabha Deb
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-20 03:27 PM
Because it is Excel.WindowState, not Excel.WindowsState
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
