R
Ripan
I have used the following code to make my forms full size:
With Application
Top = 0
Left = 0
Height = .Height
Width = .Width
End With
However, I notice that during run-time, after the initialization of the
form, the Top property is set to 7.5. I want the form to cover the
entire screen. Is there something wrong with what I have done or this
just one of Excel's charming quirks?
With Application
Top = 0
Left = 0
Height = .Height
Width = .Width
End With
However, I notice that during run-time, after the initialization of the
form, the Top property is set to 7.5. I want the form to cover the
entire screen. Is there something wrong with what I have done or this
just one of Excel's charming quirks?