Excel VBA Important Tips User Form Zoom & Resize

sens950
sens950
6.5 هزار بار بازدید - پارسال - '''''Lesson 54 Excel ''''Zoom InMe.Zoom
'''''Lesson 54 Excel '''

'Zoom In
Me.Zoom = Me.Zoom - 5
Me.Width = Me.Width - ((Me.Width * 5) / 100)
Me.Height = Me.Height - ((Me.Height * 5) / 100)

'Zoom Out
Me.Zoom = Me.Zoom + 5
Me.Width = Me.Width + ((Me.Width * 5) / 100)
Me.Height = Me.Height + ((Me.Height * 5) / 100)
پارسال در تاریخ 1402/01/08 منتشر شده است.
6,566 بـار بازدید شده
... بیشتر