Thread: User Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] youu917@gmail.com is offline
external usenet poster
 
Posts: 29
Default User Form

can anyone tell me how to make the user form in excel VBA more similar
to VB version?
As in: VB's user form has maximize and minimize button beside
close[X],However, excel user form hasn't, vb can add in pulldown menu
easily, but excel user form can't.

Another question is: How can i view the full picture by using
Loadpicture function if the picture size is greater than the
picturebox's size?

thank you.