Hi,
I have got code off this website:
http://www.andypope.info/vba/resizeform.htm
It works except for when I try to make scrollbars appear (when the userform gets too small). However, these went over the resize handle.
What I want to do is either:
1) resize the userform and scale everything down so it fits in the window. OR
2) have the toggle infront of the userform's scrollbars (like it is on the VBA code screen).
Thanks