Hi to all
I know this topic has been exhausted over the internet but maybe i missed something.
is there no way i can get rid on the blank space at the bottom of this userform when it loads.
here is the picture and code i use ( i used a lot of them to try)
Code
Private Sub UserForm_Initialize()
With Application
.WindowState = xlMaximized
Zoom = Int(.Width / Me.Width * 100)
Width = .Width
Height = .Height
End With
<img src="https://www.ozgrid.com/forum/core/index.php?attachment/1227532-userform-pic-png/" class="woltlabAttachment" data-attachment-id="1227532" id="wcfImgAttachment0">
Display More