Dont know if this will be possible...

dk

MrExcel MVP
Joined
Feb 15, 2002
Messages
2,942
But does anyone know how I can make a little floating form that will stay with the user no matter what screen they go on to?

I need it to have 12 little checkboxes on it and a command button. What I need it to do is when they select one of the checkboxes and press the command button, the form clears and starts again, and their answer feeds through to a separate workbook called "Data" (cell reference A1 needs to count 1 if they pick the first check box, cell ref A2 needs to count 1 if they pick the second check box etc...)

When you say 'no matter what screen they go to' do you mean any window within Excel? If so, just use a userform and show it as modeless by either setting its ShowModal property to false or by showing it through code like this:-

Userform1.Show vbModeless

If you want the userform to stay on top of all applications then you're looking at some complicated code involving API calls.

HTH,
D
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,214,591
Messages
6,120,425
Members
448,961
Latest member
nzskater

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