Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave -
The RefEdit isn't a member of the Forms library. In this thread, post 5, I show how to add RefEdit controls programmatically to an open form: http://groups.google.com/group/micro...f0de6a884c0708 - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RefEdit ActiveX control | Excel Programming | |||
RefEdit control | Excel Programming | |||
Help: Looking for the replacement of RefEdit control | Excel Programming | |||
Shift-Control Arrow and RefEdit Control? | Excel Programming | |||
RefEdit control bug | Excel Programming |