You could adjust the calculation to position the resize icon. You would need
to add code to the scroll event. But this would then cover any controls that
are in the bottom right corner when you scroll the userform.
If you want scroll bars AND resizing you should use the API code. It maybe
'heavy' code but it has already been written for you so you only need to
incorporate it in your userform.
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Christian" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Andy,
>
> thank you very much for your help. I used the example in the first
> link and it works fine in UserForms without Scrollbars.
>
> The problem in UserForms with a (in this case vertical) scrollbar is,
> that the resize-icon is placed left next to the scrollbar and is away
> when the window is made smaller than its original width.
> Is there a possibility to avoid this?
>
> Greetings,
>
> - Christian
>
>