Thread: UserForm 2
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default UserForm 2

Easiest is to leave it there and use the queryclose event to manage closing
the form.

See Stephen Bullens site for API related material
You can look at his formfun.zip (uncompress to an excel file) that shows you
all the things you can do with a userform - code is accessible
http://www.bmsltd.ie/Excel/Default.htm

--
Regards,
Tom Ogilvy




"Tim" wrote in message
...
Hello,

Is there a way to eliminate the close button [X] at the
top right of the userform?