Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yep. That's what I meant.
I don't use xl2007, but I haven't read that the controls from the Forms toolbox no longer are supported. I would think that if that were true, there would be a lot of posts warning people of that. And there aren't too many people from MS that read these posts. But maybe you'll get lucky. John.Greenan wrote: You mean the excel forms buttons rather than the MSForms buttons? This is deprecated by Microsoft - so it's a brute force approach that is regressing the code. It may well as a workaround, but this seems to be a very short term fix - I must check to see if 2007 supports the old style buttons. Perhaps someone from Microsoft can throw some light on this???? -- www.alignment-systems.com "Dave Peterson" wrote: This may not help, but I've always thought that the buttons from the Forms toolbar behaved better. Maybe you can replace your commandbuttons with Forms buttons and move/modify your code into a General module. John.Greenan wrote: Hi, We're are enountering a strange problem. We have a spreadsheet with a lot of CommandButtons that fire different pieces of VBA code in the spreadsheet. This works fine on the developer PC, but when rolled out to a production PC we see a strange error happen. Sometimes - not all the time - after clicking on the button the font of the button caption reduces in size. This happens until the font is so small that the user cannot read the button text. Earlier this year someone else encountered this "Problems with Command Buttons Randomly Resizing themselves" http://msdn.microsoft.com/newsgroups...303&sloc=en-us The production PC is a high end twin processor HP workstation running Excel 2002 SP3 on Windows XP sp1 and so is the development PC. Now, I can think of several brute force approaches - setting the caption font size in the click event and so on, but I'd really like to get to the bottom of what is causing this. Has anyone seen this and fixed it? Thanks in advance -- www.alignment-systems.com -- Dave Peterson -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - Font size in legend decreases with each file open | Charts and Charting in Excel | |||
Font Size of Radio Buttons | Excel Discussion (Misc queries) | |||
Button font size changes on click | Excel Discussion (Misc queries) | |||
When I click buttons I have added the font or button resize, Why? | Excel Discussion (Misc queries) | |||
Command Buttons - can't click or open properties | Excel Programming |