SaraWitch
Active Member
- Joined
- Sep 29, 2015
- Messages
- 377
- Office Version
- 365
- Platform
- Windows
Hello peeps!
Does anyone know how to apply the following formula to the whole workbook? (I've tried ActiveWorkbook but that didn't work!)
Ta very muchly!
Does anyone know how to apply the following formula to the whole workbook? (I've tried ActiveWorkbook but that didn't work!)
VBA Code:
Private Sub Workbook_Open()
ActiveWindow.Zoom = 100
End Sub
Ta very muchly!