Thread: User Form
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default User Form

UserForm1.BorderStyle = fmBorderStyleNone
UserForm1.Caption = ""

"amit" wrote:

is it possible to remove the caption and border from a user form ?