Forum Discussion
chahine
Apr 29, 2021Iron Contributor
excel for web screen is very large
Hello my excel for web screen is very large all tabs are so large that you cant see the data, how to change it? i couldnt find any option, am using chrome
NikolinoDE
Apr 29, 2021Gold Contributor
You can also try it with VBA
Private Sub Workbook_Open()
Select Case Application.UserName
Case Pc1_server
ActiveWindow.Zoom = 82
Case "Username"
ActiveWindow.Zoom = 100
End Select
End Sub
I would be happy to know if I could help.
Nikolino
I know I don't know anything (Socrates)
- SergeiBaklanApr 29, 2021Diamond Contributor
NikolinoDE , VBA doesn't work with Excel for web.
- NikolinoDEApr 29, 2021Gold ContributorYes you are right, unfortunately in the heat of the moment I overlooked it again. What would I do without your support? 🙂 ... thx