John Miyamoto - University of Washington

' Macro toggles window between a 50/50 split and no split. ' SplitCurr = ActiveWindow.SplitVertical. If SplitCurr = 0 Then SplitCurr = 50 Else SplitCurr = 0. ActiveWindow.SplitVertical = SplitCurr. End Sub '===== Sub uf() ' Macro that updates all fields in the document. Revised 3/19/01. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download