View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
K2G K2G is offline
external usenet poster
 
Posts: 2
Default User Form - Finding the value in an Array

Hello all,
I am developing a spreadsheet that contains a series of User Form. One
of then uses a combo box and a list box, The user selects an account
(a row in an Array) from the combo box and then he selects one item
from the list box (Column head in the array) that will receive a new
value, i.e., once he clicks the Ok button the array where the data is
will change only the selected item, leaving all the other as they were
previously. I am new to VBA, therefore having a hard time in
developing the code for doing that.
I would appreciate getting some help from anyone who has faced similar
needs.
Thanks all in advance,

K