View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Soniya Soniya is offline
external usenet poster
 
Posts: 48
Default Use a UserForm to preview data

Hi all,

Is it possible to use a UserForm to preview data?

I have the folowing in a sheet

Account Branch RecNo Amount

abcd a 1 10
def b 2 15
abcd b 3 25
defg a 4 20

If I create a UserForm with a combobox for RecNo and
three TextBoxes for corresponding data, How can i code to
get the data on TextBox ?

TIA
Soniya