P
pete
I am trying to manage a list.
I know that Excel has a built-in "Data Form" command that will do most
of what I want; well, more or less. But some of my fields are small
(like ID number which is a simple integer), while others are much
bigger (such as "notes" fields that contain a few sentences). So I want
to be able to change the size of the fields displayed on the form, move
them around the screen, and that type of thing. Ideally, I would also
like to change some of the fields to be drop-down lists rather than
text boxes - and perhaps have more than 32 fields too if these is
possible, but that is less important.
I have searched both Excel Help and these newsgroups, and cannot find a
way forward. I have spotted how to create a UserForm in the VBA editor.
I can create controls for each of my 32 fields, but this seems quite
time consuming - is there an automatic way to do it? And also, when I
create a control, I cannot find how to link it back to the list.
I guess most of what I want is either impossible (automatically
creating the form from my list) or so simple the answer is obvious
(linking fields to the list) so I must be stupid; so I am sorry to ask
this on both counts.
Thanks for any help.
Pete
I know that Excel has a built-in "Data Form" command that will do most
of what I want; well, more or less. But some of my fields are small
(like ID number which is a simple integer), while others are much
bigger (such as "notes" fields that contain a few sentences). So I want
to be able to change the size of the fields displayed on the form, move
them around the screen, and that type of thing. Ideally, I would also
like to change some of the fields to be drop-down lists rather than
text boxes - and perhaps have more than 32 fields too if these is
possible, but that is less important.
I have searched both Excel Help and these newsgroups, and cannot find a
way forward. I have spotted how to create a UserForm in the VBA editor.
I can create controls for each of my 32 fields, but this seems quite
time consuming - is there an automatic way to do it? And also, when I
create a control, I cannot find how to link it back to the list.
I guess most of what I want is either impossible (automatically
creating the form from my list) or so simple the answer is obvious
(linking fields to the list) so I must be stupid; so I am sorry to ask
this on both counts.
Thanks for any help.
Pete