Cell Selection

S

Saboto

Hello Folks,

Please, I need help ... I have developed a UserForm that has a field (Text
Box) where I put the range of cells I need in my code (example: B1:B15)... Is
there any way to able the form (text box) to accept the mouse selection,
i.e., I select the range through mouse like any kind of "formula" in excell
environment ?
 
B

Bob Phillips

Look at the RefEdit control. It is an additional control on the toolbox,
named RefEdit Ctrl.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
S

Saboto

Hello Bob,

thank you very much ... it is running 100% !

--
Thanks,

Saboto


Bob Phillips said:
Look at the RefEdit control. It is an additional control on the toolbox,
named RefEdit Ctrl.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top