Is there any way, without faking it, to actually do this:
Private Sub UserForm_Activate()
 Me.Width = 75,75
End Sub
Problem: UserForm's Width's Minimum Value.

My project: I have a borderless UserForm and I need the width of it to be set to 75,75.
(I don't wanna make it half transparent or any of that)

Thanks in advance!