Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello i want to make a bottom that will issue fit zoom to all windows , not only for the active window can any one help thanks gidon
Just include the following in your Macro function and attach it to the button:
rem ** fit active sheet to window and apply same zoom to all sheets **
ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
Just include the following in your Macro function and attach it to the button:
rem ** fit active sheet to window and apply same zoom to all sheets **
ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets