Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior opening Excel
Message
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00290086
Message ID:
00290549
Views:
16
I found a way to correct the problem.

Instead of only make Excel visible (gobjExcel.Visible = True),

I force a screen refresh like this:
With gobjExcel
.DisplayFullScreen = Not .DisplayFullScreen
.DisplayFullScreen = Not .DisplayFullScreen
.Visible = True
End With
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform