Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lollorosso

  1. lollorosso

    Combo Box, Variable

    Hello Palooka, hello others, thanks for this answer which is quite helpful for me. I just have a little problem right now: I do not know how to address the result of the combo-box choice. That is: I need to check what cbxExample.value contains. Unfortunately the above syntax does not work...
  2. lollorosso

    Combo Box, Variable

    Hello, I have a problem with combo boxes on a html page: This code delievers a combo box: <p><b>&nbspExample&nbsp; <select id=&quot;cbxExample&quot;> <option>&nbsp;</option> <script language=&quot;VBScript&quot;> set opt = document.createElement(&quot;Option&quot;) opt.Text =...
  3. lollorosso

    open file

    Hello, does anybody know how to open and close cube files (.cqy) with the help of VB script? It is a trivial problem when solved with VBA for Excel, but it I have no clue how to do it in VB Script. Any help is extremely welcome. Thanks a lot Jan

Part and Inventory Search

Back
Top