Hi everyone.
I have an issue that I have been trying to figure out and it seems to be a bug in excel maybe?
So I have a userform which displays a heap of data from a Table that is located on a worksheet.
The user selects a record through a series of ComboBoxes.
Once chosen - those ComboBoxes are made invisible and the data is displayed (other controls become visible)
The data includes command buttons which will allow the user to click to select a new related record.
The command button essentially reloads the data in the ComboBoxes while they are invisible to display the new record.
The only issue is that when the new record is displayed - the invisible ComboBox that was located on top of the command button will be displayed with its selected value.
I then need to click somewhere on the userform to get it to disappear.
So I assume that there is something going on here due to the Z-order given that the controls occupy the same space on the form but I would have thought that being invisible - the control shouldn't be able to be displayed?
If anyone has any previous experience with this or thoughts I would love to hear!
Thanks,
Anthony
I have an issue that I have been trying to figure out and it seems to be a bug in excel maybe?
So I have a userform which displays a heap of data from a Table that is located on a worksheet.
The user selects a record through a series of ComboBoxes.
Once chosen - those ComboBoxes are made invisible and the data is displayed (other controls become visible)
The data includes command buttons which will allow the user to click to select a new related record.
The command button essentially reloads the data in the ComboBoxes while they are invisible to display the new record.
The only issue is that when the new record is displayed - the invisible ComboBox that was located on top of the command button will be displayed with its selected value.
I then need to click somewhere on the userform to get it to disappear.
So I assume that there is something going on here due to the Z-order given that the controls occupy the same space on the form but I would have thought that being invisible - the control shouldn't be able to be displayed?
If anyone has any previous experience with this or thoughts I would love to hear!
Thanks,
Anthony