Load FORM with data from Excel worksheet

Status
Not open for further replies.

Nitehawkhp

New Member
Joined
Dec 2, 2016
Messages
37
Hello again,

I have a FORM that is used to select players/teams to play in a tournament, and then macros will generate brackets for the competition.
The 'Yes' and 'No' cells also have radio buttons to select who will be playing during that round of competition.
I have been unsuccessful at developing a macro that will automatically populate the player names on the form in cells with Player 1, Player 2, Player 3, and continues through Player 16. Therefore, I have added a button on the form, shown below, called LOAD PLAYERS.

Can someone help me with the code to load the player names where then names are BLUE in the form below?
The player names are on the worksheet named ‘PLAYERS’ and reside at location of B2 – B17.

Maximum 16 Players

<tbody>
</tbody>


Will play Player Load Players

<tbody>
</tbody>


Yes No Everyone
YesNoPlayer1
YesNoPlayer 2
YesNoPlayer 3
YesNoPlayer 16

<tbody>
</tbody>
When this gets posted on the page it looks completely different that what I have tried to draw it.
I just don’t understand how to get the table to look like I have it in the Excel worksheet.
Just know that there should not be any big gaps between the rows.

Thank you for any help you can provide.

Rod
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,624
Messages
6,120,591
Members
448,973
Latest member
ksonnia

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