View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default How to Link value from a Cell to a control in the userform

Hi,
Is the value in the text box the number of occurences of the value?

"Shuvro Basu" wrote:

Hi All,

I'm struggling to get data populated in a textbox from a cell in the
worksheet !
What I need to do is as under:

There is a combobox on the userform from where I select a value. I need
to find the occurances of all that in the worksheet in a particular
column and show the value in a textbox in the userform.

Can someone help me with this?

Thanx to all in advance.

Cheers !
Shuvro