gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have a userform that opened using code:
It opens, but every time it open the width (142) and height (209) are being reset somehow. I don't not have any initialize code so I don't understand why they keep getting changed to the aforementioned sizes.
Any help is appreciated
Code:
Sub UserForm_CopyDataToPPTemplates()
UserForm1.Show
End Sub
It opens, but every time it open the width (142) and height (209) are being reset somehow. I don't not have any initialize code so I don't understand why they keep getting changed to the aforementioned sizes.
Any help is appreciated