Thread: RefEdit control
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default RefEdit control


If you drag a refedit on your form
the reference s/b added to the project.

HOWEVER:
the refedit is a very buggy control.
save yourself lot's of hassle and avoid where possible
replace with a application.inputbox(Type:8)


RefEdit:
Focus problems in frames/multipage
(can be solved but requires extensive code)

Cannot be used on modeless forms.





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Dave wrote :

Hello All,

Could anyone provide some help on adding a RefEdit control to a
userform programmatically. It's a breeze with the basic controls, but
I can't find much info on the RefEdit control. Do all I need is the
"progid"?

Thanks very much.