Thread: Window size
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
matelot matelot is offline
external usenet poster
 
Posts: 72
Default Window size

I'd like to write a code to dynamically resize the worksheet screen based on
the selected worksheet. For instance, if a user selects "worksheet1" then
size to 640x480 and if it's worksheet2 then size it to 1024x768.

Thanks