I took a sheet I worte in excel and saved as a web page with interactability. the result is a cropped sheet and not exactly what I was looking for.
Can someone advise me on how have the resultant sheet maximize itself to take use of the full screen?
Printable View
I took a sheet I worte in excel and saved as a web page with interactability. the result is a cropped sheet and not exactly what I was looking for.
Can someone advise me on how have the resultant sheet maximize itself to take use of the full screen?
not sure if ths will do exactly what you want
VB Code:
ActiveWindow.WindowState = xlMaximized
pete
Are you looking for the web browser to be maximized or and instance of Excel?Quote:
the result is a cropped sheet and not exactly what I was looking for.
I take it you mean that the excel 'interactive' on the web page is cropped area?
I think if you are using plugin/embedded stuff on pages you can specify height and width, probably its in there.
otherwise I have no idea - having never tried something like that. Hope you find the answer.