![]() |
'Cannot insert object' message when I try to put a button on a worksheet
Dear Excel/ VBA programmers,
Every time I try to insert a command button from the 'InsertActive xCommand Button menu to an Excel Worksheet, I get a 'Cannot insert object' response. I was able to use Active X menu selections previously, but it seems my Excel won't let me do so anymore. I need to have use of the Active X tools as I want to test a Visual Basic program - and not a macro, which I understand are the control form (upper) tools. I did find a suggestion on the net which was to delete all temp files on my computer, but this did not make any difference, I still get that message. I hope you can help out. Thank you for reading. Yours Simon Evans. |
'Cannot insert object' message when I try to put a button on a worksheet
|
'Cannot insert object' message when I try to put a button on a worksheet
Dear Claus, thank you for your advice.
I have read up on the net of Microsoft's issuing of patches causing problems for users of their software, but the articles say nothing on how to remove these patches. Could you tell me how to remove these patches - if you know. Thank you Simon. |
'Cannot insert object' message when I try to put a button on a worksheet
Dear Excel/ VBA programmers,
Every time I try to insert a command button from the 'InsertActive xCommand Button menu to an Excel Worksheet, I get a 'Cannot insert object' response. I was able to use Active X menu selections previously, but it seems my Excel won't let me do so anymore. I need to have use of the Active X tools as I want to test a Visual Basic program - and not a macro, which I understand are the control form (upper) tools. I did find a suggestion on the net which was to delete all temp files on my computer, but this did not make any difference, I still get that message. I hope you can help out. Thank you for reading. Yours Simon Evans. You can use either of the controls to access code in your 'program' since the code in VBA projects *are* macros! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
'Cannot insert object' message when I try to put a button on a worksheet
Hi Garry,
Do you mean I ought use the upper selection of tools, the control form ones, rather than the lower ones, the Active X ones (as offered by 'insert' menu) ? Isn't this a bit like caving in to the powers that be ? (Microsoft, that is to say) If I got another edition of Excel - would I still have the same problem ? I have got Excel on my Laptop, which wasn't connected to the net the last couple of months - maybe I should use that, but I'd prefer working on my PC. Yours Simon |
'Cannot insert object' message when I try to put a button on a worksheet
Hi Garry,
Do you mean I ought use the upper selection of tools, the control form ones, rather than the lower ones, the Active X ones (as offered by 'insert' menu) ? Isn't this a bit like caving in to the powers that be ? (Microsoft, that is to say) If I got another edition of Excel - would I still have the same problem ? I have got Excel on my Laptop, which wasn't connected to the net the last couple of months - maybe I should use that, but I'd prefer working on my PC. Yours Simon I have several versions of Excel installed, from v8 to 2010. All versions require drawing the rectangle for the control object on the worksheet. Both types (Form/ActiveX) come from Micro$oft and so doesn't qualify either for not 'caving in' to the powers that be. FWIW: Personally, I don't like using controls on a worksheet and so I tend to have my 'programs' create their own menus, leaving the worksheets clear for data only. If I do need an 'action execution' fired from a worksheet cell then I make that cell look/feel like a button and use Worksheet_SelectionChange events to redirect to the macro assigned to that cell address. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
'Cannot insert object' message when I try to put a button on a worksheet
Hi,
Am Thu, 11 Dec 2014 14:31:39 -0800 (PST) schrieb : I have read up on the net of Microsoft's issuing of patches causing problems for users of their software, but the articles say nothing on how to remove these patches. I don't know how the elements are named in your language version. System control = Programs = Installes Updates Search for the patch and deinstall Regards Claus B. -- Vista Ultimate / Windows7 Office 2007 Ultimate / 2010 Professional |
'Cannot insert object' message when I try to put a button on a worksheet
Hi Claus,
I uninstalled about half the updates since the date of when the 'Active X' controls last stopped working - and it is working again. Thanks Simon |
All times are GMT +1. The time now is 11:54 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com