1
Issue viewing “additional controls” for toolbox in VBE
I am unable to view the dialogue box when I select the “additional controls” option from the VBE menu bar, or when right clicking on the toolbox itself. The project I created on one computer includes several forms, one of which includes a few DTPicker(s). Some internal office issues have forced me to work on [...]
Answer Question
| September 17, 2009 5:48 PM
ActiveX Controls, Additional Controls, Excel 2003, library, References, Runtime Errors, Toolbox, VBA, VBE
I am unable to view the dialogue box when I select the “additional controls” option from the VBE menu bar, or when right clicking on the toolbox itself. The project I created on one computer includes several forms, one of which includes a few DTPicker(s). Some internal office issues have forced me to work on [...]
I am new to JavaScript. How can this be done properly?
function setColors(e){ e.style.backgroundColor=’red’; e.style.borderColor=’green’; e.style.color=’blue’; } function getColors{ var E=new Array( document.getElementById(‘a’), document.getElementById(‘b’), document.getElementById(‘c’) ); for(i=0;i<=E.length;i++) setColors(E[i]); }
Answer Question
| July 12, 2009 2:54 PM
Functions, help, JavaScript, objects, References
function setColors(e){ e.style.backgroundColor=’red’; e.style.borderColor=’green’; e.style.color=’blue’; } function getColors{ var E=new Array( document.getElementById(‘a’), document.getElementById(‘b’), document.getElementById(‘c’) ); for(i=0;i<=E.length;i++) setColors(E[i]); }
1





