Hi Everyone,
My question is simple, is there a way that a cell within a worksheet can display the current zoom level of that tab?
Thanks for your help in advance;
E
Hi Everyone,
My question is simple, is there a way that a cell within a worksheet can display the current zoom level of that tab?
Thanks for your help in advance;
E
This was tested with Excel 2003.
It displays in cell A1 the worksheet zoom level,
and is updated each time the sheet is activated.
Go into "View Code" for the specific
tab and copy this code to the page.
![]()
Private Sub Worksheet_Activate() With ActiveWindow Cells(1, 1).Value = .Zoom End With End Sub
Thank You!!! It works in Excel 2010 and you have just saved me loads of re-design work.
Thanks again.
E
@ Environment
Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
Thanks.
@Cutter
Thanks Cutter, I was intending to mark as solved. But for some reason Advanced Edit wouldn’t launch (probably due to work I.T. settings)
Thanks E
You're welcome.
The other method is to use the Thread Tools drop down located above the first post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks