B -Brian-H- Feb 1, 2004 #1 is it possible to have an excel workbook open to fit the users scree size automaticly
B Bob Phillips Feb 1, 2004 #2 Hi Brian, The code is Application.WindowState = xlMaximized If you put this in workbook open event, this will achieve what you are after. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
Hi Brian, The code is Application.WindowState = xlMaximized If you put this in workbook open event, this will achieve what you are after. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)