Source code for combo box in form

S

shnim1

Hello

I am a newbie to VBA. I have a multipage form with a combobox and am
trying to reference this to a column in worksheet 1. The problem is
that I cannot seem to program this to reference cells A1 through A10.

Any help is muchly appreciated

THX
 
P

paul

combo box from control toolbar = vba,combo box from forms toolbar,right
click/format control/control tab
 
Top