From: Norm on 19 Feb 2010 00:06 WEIRD BEHAVIOR When I create a VBA form in PP 2007 and run the form it automatically resizes (it width doubles). THis occur even when the are only one or two lines of codes such as Private Sub UserForm_Initialize() Me.Left = 100 Me.Top = 10 end sub However this automatic increase in width does not occure wirh this code Private Sub UserForm_Initialize() exit sub Me.Left = 100 Me.Top = 10 end sub There is no subs for resizing or activating the form so it can not come from there
|
Pages: 1 Prev: creating text presentation to show on optoma dv10 projector Next: Tab Control For PowerPoint? |