Form controls change position and size even when locked
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm having an issue with a spreadsheet in Excel 2010 where I'm experiencing that the form controls sometimes change position and/or size. This happens even though the controls are "Locked" and the sheet is protected with a password, so it shouldn't be the users that move them around.
Examples:
Here have the buttons moved and their size have changed slightly
Here the comboboxes have move and the cursor changes when I try to select the control - it's disabled and I can't select a different item. Also notice that the letter "W" in the combobox to the right is upside down. The comboboxes are set to "Move but don't size with cells".
I've tried to open such document in both Excel 2010 SP0 (RTM), SP1 and SP2 along with Excel 2013 and they all show the same thing, but I have a feeling that once this has happened, it doesn't really matter where you open it.
The users are unable to tell me what they do to make this happen which only makes it harder to troubleshoot.
Please note that the controls are "Form Controls" and not "ActiveX Controls", so http://support.microsoft.com/kb/2503335 is not the solution (even tried it out of desperation ;))
Anyone experienced the same thing and have a solution?
Thanks in advance.
microsoft-excel microsoft-excel-2010
add a comment |
I'm having an issue with a spreadsheet in Excel 2010 where I'm experiencing that the form controls sometimes change position and/or size. This happens even though the controls are "Locked" and the sheet is protected with a password, so it shouldn't be the users that move them around.
Examples:
Here have the buttons moved and their size have changed slightly
Here the comboboxes have move and the cursor changes when I try to select the control - it's disabled and I can't select a different item. Also notice that the letter "W" in the combobox to the right is upside down. The comboboxes are set to "Move but don't size with cells".
I've tried to open such document in both Excel 2010 SP0 (RTM), SP1 and SP2 along with Excel 2013 and they all show the same thing, but I have a feeling that once this has happened, it doesn't really matter where you open it.
The users are unable to tell me what they do to make this happen which only makes it harder to troubleshoot.
Please note that the controls are "Form Controls" and not "ActiveX Controls", so http://support.microsoft.com/kb/2503335 is not the solution (even tried it out of desperation ;))
Anyone experienced the same thing and have a solution?
Thanks in advance.
microsoft-excel microsoft-excel-2010
add a comment |
I'm having an issue with a spreadsheet in Excel 2010 where I'm experiencing that the form controls sometimes change position and/or size. This happens even though the controls are "Locked" and the sheet is protected with a password, so it shouldn't be the users that move them around.
Examples:
Here have the buttons moved and their size have changed slightly
Here the comboboxes have move and the cursor changes when I try to select the control - it's disabled and I can't select a different item. Also notice that the letter "W" in the combobox to the right is upside down. The comboboxes are set to "Move but don't size with cells".
I've tried to open such document in both Excel 2010 SP0 (RTM), SP1 and SP2 along with Excel 2013 and they all show the same thing, but I have a feeling that once this has happened, it doesn't really matter where you open it.
The users are unable to tell me what they do to make this happen which only makes it harder to troubleshoot.
Please note that the controls are "Form Controls" and not "ActiveX Controls", so http://support.microsoft.com/kb/2503335 is not the solution (even tried it out of desperation ;))
Anyone experienced the same thing and have a solution?
Thanks in advance.
microsoft-excel microsoft-excel-2010
I'm having an issue with a spreadsheet in Excel 2010 where I'm experiencing that the form controls sometimes change position and/or size. This happens even though the controls are "Locked" and the sheet is protected with a password, so it shouldn't be the users that move them around.
Examples:
Here have the buttons moved and their size have changed slightly
Here the comboboxes have move and the cursor changes when I try to select the control - it's disabled and I can't select a different item. Also notice that the letter "W" in the combobox to the right is upside down. The comboboxes are set to "Move but don't size with cells".
I've tried to open such document in both Excel 2010 SP0 (RTM), SP1 and SP2 along with Excel 2013 and they all show the same thing, but I have a feeling that once this has happened, it doesn't really matter where you open it.
The users are unable to tell me what they do to make this happen which only makes it harder to troubleshoot.
Please note that the controls are "Form Controls" and not "ActiveX Controls", so http://support.microsoft.com/kb/2503335 is not the solution (even tried it out of desperation ;))
Anyone experienced the same thing and have a solution?
Thanks in advance.
microsoft-excel microsoft-excel-2010
microsoft-excel microsoft-excel-2010
asked May 26 '14 at 13:38
Michael GMichael G
18117
18117
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Likely cause is that someone inserted rows or columns. The position of the form controls are not bound to the cell but to the worksheet, and the controls stay in their place, but the worksheet itself changes.
It should be possible to link the controls to cells the same way you can do it with images.
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
|
show 2 more comments
Try grouping the controls. The group seems to force excel to use the original sizes and positions.
add a comment |
I know you stated these are Form controls, not ActiveX controls, but the erroneous behavior and apparent dependence on the zoom setting is identical to problems I've seen with ActiveX controls in Excel 2010 (only), so the underlying problem may actually be related.
With ActiveX option-buttons and checkboxes, if you go into page-break preview view or print (multiple) sheets that contain such controls to certain make/model types of printer, when the zoom setting of any page is not 100%, the controls on that page can get moved as a result. The only workaround I know of is to first set each page's zoom value to 100%, do the page-break preview and/or print operations, and then restore the zoom to whatever it was.
If those operations are performed by VBA code, then it's a pretty straightforward thing to save/set/restore the zoom setting, but note that Zoom is actually a Window property, so you have to activate each sheet in order to get/change its zoom setting.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f758916%2fform-controls-change-position-and-size-even-when-locked%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Likely cause is that someone inserted rows or columns. The position of the form controls are not bound to the cell but to the worksheet, and the controls stay in their place, but the worksheet itself changes.
It should be possible to link the controls to cells the same way you can do it with images.
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
|
show 2 more comments
Likely cause is that someone inserted rows or columns. The position of the form controls are not bound to the cell but to the worksheet, and the controls stay in their place, but the worksheet itself changes.
It should be possible to link the controls to cells the same way you can do it with images.
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
|
show 2 more comments
Likely cause is that someone inserted rows or columns. The position of the form controls are not bound to the cell but to the worksheet, and the controls stay in their place, but the worksheet itself changes.
It should be possible to link the controls to cells the same way you can do it with images.
Likely cause is that someone inserted rows or columns. The position of the form controls are not bound to the cell but to the worksheet, and the controls stay in their place, but the worksheet itself changes.
It should be possible to link the controls to cells the same way you can do it with images.
answered May 26 '14 at 13:46
LPChipLPChip
36.7k55587
36.7k55587
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
|
show 2 more comments
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Thank you for your reply. As mentioned in the description, the sheet is protected with a password so the users are not able to add/remove/modify/resize the columns or rows other that a few explicit cells. I know there are ways to circumvent that, but I can hardly believe that is the issue in this case with the no. of users that report the problem.
– Michael G
May 26 '14 at 13:54
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
Is there anything like a pivot table that changes the layout of the page?
– LPChip
May 26 '14 at 14:05
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
No, the sheet is 99% locked with only very few editable cells. No charts, tables or other fancy stuff - only calculations. There's also no macros that change the layout (hiding/showing rows/columns) on that sheet.
– Michael G
May 27 '14 at 9:07
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
I do see that the buttons are slightly larger/smaller. Is it possible the zoom level changes?
– LPChip
May 27 '14 at 10:16
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
It's correct that the size of the buttons change slightly when this happens - from "0,29 cm" to "0,24 cm" in both height and width - but zoom level is still at 100%
– Michael G
May 28 '14 at 12:03
|
show 2 more comments
Try grouping the controls. The group seems to force excel to use the original sizes and positions.
add a comment |
Try grouping the controls. The group seems to force excel to use the original sizes and positions.
add a comment |
Try grouping the controls. The group seems to force excel to use the original sizes and positions.
Try grouping the controls. The group seems to force excel to use the original sizes and positions.
answered Jun 28 '14 at 12:42
user339499user339499
1
1
add a comment |
add a comment |
I know you stated these are Form controls, not ActiveX controls, but the erroneous behavior and apparent dependence on the zoom setting is identical to problems I've seen with ActiveX controls in Excel 2010 (only), so the underlying problem may actually be related.
With ActiveX option-buttons and checkboxes, if you go into page-break preview view or print (multiple) sheets that contain such controls to certain make/model types of printer, when the zoom setting of any page is not 100%, the controls on that page can get moved as a result. The only workaround I know of is to first set each page's zoom value to 100%, do the page-break preview and/or print operations, and then restore the zoom to whatever it was.
If those operations are performed by VBA code, then it's a pretty straightforward thing to save/set/restore the zoom setting, but note that Zoom is actually a Window property, so you have to activate each sheet in order to get/change its zoom setting.
add a comment |
I know you stated these are Form controls, not ActiveX controls, but the erroneous behavior and apparent dependence on the zoom setting is identical to problems I've seen with ActiveX controls in Excel 2010 (only), so the underlying problem may actually be related.
With ActiveX option-buttons and checkboxes, if you go into page-break preview view or print (multiple) sheets that contain such controls to certain make/model types of printer, when the zoom setting of any page is not 100%, the controls on that page can get moved as a result. The only workaround I know of is to first set each page's zoom value to 100%, do the page-break preview and/or print operations, and then restore the zoom to whatever it was.
If those operations are performed by VBA code, then it's a pretty straightforward thing to save/set/restore the zoom setting, but note that Zoom is actually a Window property, so you have to activate each sheet in order to get/change its zoom setting.
add a comment |
I know you stated these are Form controls, not ActiveX controls, but the erroneous behavior and apparent dependence on the zoom setting is identical to problems I've seen with ActiveX controls in Excel 2010 (only), so the underlying problem may actually be related.
With ActiveX option-buttons and checkboxes, if you go into page-break preview view or print (multiple) sheets that contain such controls to certain make/model types of printer, when the zoom setting of any page is not 100%, the controls on that page can get moved as a result. The only workaround I know of is to first set each page's zoom value to 100%, do the page-break preview and/or print operations, and then restore the zoom to whatever it was.
If those operations are performed by VBA code, then it's a pretty straightforward thing to save/set/restore the zoom setting, but note that Zoom is actually a Window property, so you have to activate each sheet in order to get/change its zoom setting.
I know you stated these are Form controls, not ActiveX controls, but the erroneous behavior and apparent dependence on the zoom setting is identical to problems I've seen with ActiveX controls in Excel 2010 (only), so the underlying problem may actually be related.
With ActiveX option-buttons and checkboxes, if you go into page-break preview view or print (multiple) sheets that contain such controls to certain make/model types of printer, when the zoom setting of any page is not 100%, the controls on that page can get moved as a result. The only workaround I know of is to first set each page's zoom value to 100%, do the page-break preview and/or print operations, and then restore the zoom to whatever it was.
If those operations are performed by VBA code, then it's a pretty straightforward thing to save/set/restore the zoom setting, but note that Zoom is actually a Window property, so you have to activate each sheet in order to get/change its zoom setting.
edited Jan 12 '16 at 23:52
answered Jan 12 '16 at 23:46
pstratonpstraton
1092
1092
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f758916%2fform-controls-change-position-and-size-even-when-locked%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown