Blank Userforms for some users

Gimics

Board Regular
Joined
Jan 29, 2014
Messages
164
Office Version
  1. 365
Platform
  1. Windows
Hello,

We've built a large input form to help handle manual data input into a spreadsheet.

However, for some of our users, the user form is entirely blank (either when it loads from clicking a command button that ".show"s the form, or if they look at the form in the VBA window).

All users are on the same versions of Excel (2016 or 365) and appear to have the same reference libraries enabled.

Any thoughts?

Thanks in advance
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Without seeing the code, I don't know what it could be. Is the userform drawing data from a worksheet or a workbook that some people have open but other's dont?
 
Upvote 0
Thanks @Dan_W - I don't think it's anything "code" related.

Without any code being executed in the workbook, a user can still open the form in the visual basic window, and it still shows as blank.

The form would typically be filled with text boxes, labels, buttons, checkboxes, etc... instead, the form just shows up blank (grey).
 
Upvote 0
Is this in design mode or at runtime? It sounds as though either the controls on the userform have been deleted, or another userform has been created and that's the one that's getting loaded.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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