I have made a small addin to insert text into the code window and this all
works well.
What i need to do now is get the Width and height of the Form whose Code
window I am currently in
ie
Form1 - Code window
Private Form_Load()
End Sub
I can insert text as follows
Private Form_Load()
StartSize...
End Sub
but would like to get the Width and Height of the form an use this in my
text to insert ie. StartSize (5000,3000)
Private Form_Load()
StartSize (5000,3000)
End Sub
hope someone can help
thanks
Garry