VBA filling the table by using checkbox's

maxon

New Member
Joined
Oct 28, 2015
Messages
43
I'm a little experienced with VBA but I stucked with the problem of using Checkbox's and I cannot to move on, as its a first time I prepare something using this element of UserForm.
SITUATION: First thing is that I have a table, which more less look like below:

CLIENT1CLIENT2CLIENT3CLIENT4CLIENT5
Question1?
Question2?
Question3?
Question4?

<tbody>
</tbody><colgroup><col><col span="5"></colgroup>

so I have several clients in first row and several questions in a first column.

PROBLEM: I would like to fill in the table with the Initials, which I inserted at the beginning of the macro thru MsgBox, but I would like to do this way:
When I open the macro I'm inserting initials, then I have a UserForm with Checkboxes to select the Clients, which I'm interested, so it should be Client1, Client2 etc. Then I select one client or several clients and press OK and then I have a second UserForm with "Question" checkbox's. I selecting the questions and press OK and then cell related to the Client and Question should be filled in with initials, if not with N/A. Clients and questions could be inserted in hidden sheet if it helps somehow.

maybe you guys could help me with that?
thanks in advance!
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,214,827
Messages
6,121,809
Members
449,048
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top