Is it possible to make a form in Excel-VBA to show full-screen? How?
R Rolf Barbakken Oct 31, 2005 #1 Is it possible to make a form in Excel-VBA to show full-screen? How?
R Rolf Barbakken Nov 4, 2005 #2 If anyone is interested I solved this by setting Application.DisplayFullScreen = True With this set I could maximize the windows and forms to (almost) fill the entire screen.
If anyone is interested I solved this by setting Application.DisplayFullScreen = True With this set I could maximize the windows and forms to (almost) fill the entire screen.