View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
PW11111 PW11111 is offline
external usenet poster
 
Posts: 9
Default Userform: Showing Cell Data


Hi,

Say (for example) I have a userform which I have put 2 textboxes on (from
the control toolbox).

I want to be able to say.

For textbox1 - show (the text in) cell A of the row that is currently
selected.
For textbox2 - show (the text in) cell D of the row that is currently
selected.

Hope this make sense.

Thanks again.
Phil

"abhimanyu" wrote:

Hi

What do u mean by "textbox of the active row". Do you mean cell text
(value in a cell) ?
I suppose what you need to do is read cell values of a row and show
them in a dialog.

plz clarify

regards