[RESOLVED] VBscript Range.Find for xlWhole &/or Number Wildcards
I'm trying to use Range.Find(...) in VBScript (via Windows Script Host) however I can't seem to use any of the other options other than the search string as arguments, otherwise I get errors such as...
View ArticleTable + Control Loops
i am looping the entire table along with the controls. For each row the user can enter a number to perform a calculation and display in a label on that same row but it keeps on affecting all the rest...
View ArticleChange proxy in Firefox
Anyone know a way to change the proxy server in Firefox with vbscript?
View ArticleProblem with authenticating user using Active Directory
Hello everyone, I have a question about authenticating a user in Classic asp. I have this application running on a network. It works fine for every user except one. His username is coming back null....
View ArticlePlease help with VB script
Hi, I have been given an assignment which is to make a fraction calculator. I have started coding but can not get my numbers to add even though the code appears to be correct. Can someone please tell...
View ArticleWeb application having printing issues?
I'm hoping this is the correct forum for this question. We have a web application that allows for printing of reports that area created as an HTML document. Basically, they are form letters that are...
View ArticleHow to combine 2 XML files, without copies
Hello, I am trying to take 2 large XML files and combine them without any duplicate nodes. The code below is as far as I have gotten. I have loaded the 2 files but in the 'For' loop below I am trying...
View ArticleHTML+VBScript not working
Hi, I've created a HTML+VBScript page for a Multiplication Table. So, my page has two input text boxes and one input submit button.. When the program runs, its suppose to open in Internet Explorer and...
View ArticleExit VB-Scritp after Time X
Hi, I'm using a very simple script to change the computername in Win7. But if the User didn't enter the new Computername, the scipt never stops. How can I exit the script after a specific time?? eg. 10...
View ArticleSimple fraction calculator
I am making a very simple fraction calculator however my code is not working. <title>Fraction Calculator</title> </head> <body> <center><h1>Fraction...
View ArticleFile staying open after script executes
I have a script that will fire once an hour. In this script txt files are created. The next time the script fires, it may or may not create another file (with the same name). However I am getting an...
View ArticleApplication Won't Quit/Error 462
Hi all, New member here. I spent the better part of a day looking for a solution to this, but to no avail. What this is trying to do is extract the modules from VB projects in both an Excel Workbook...
View ArticleDisonnecting then Re-Mapping Net Drives
I have a use that is constantly having to disconnect and then re-map her network drives. I know this can be done via VB script but I am not familiar enough to create one. I would need the script to...
View ArticleHow to check the radio button and submit the form ?
Hi :wave: I have this form and i would like to check automatically the first radio button and submit the form So i ask you how can i perform this in vbscript ? Code: <form method="post"...
View Articleon radio button selected?
in classic ASP, how do I do something when a radio button is selected? I want to do something (a sql query again) when the user selected a radio button? is there a nice/easy way to determine which...
View ArticleBest way to execute query on click?
so I am trying to figure out this damn project and how it was written :) poorly done but in either case I have to use it for now. Have some change requests and what is insane is that the SQL query in...
View ArticleMaking MS Access Table Split into multiple tables based on field value
I have a table that tells me what people are ordering off of my website, who manufactures what they are ordering, and some personal information about the customer (address, name, etc). I want to make a...
View ArticleExcel Add-In Script is not working through Active Setup
Dear All, I've wrote the following code to add the XL Add-in. ================================================================ path = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".")...
View ArticleHow to pass optional argument to vb script function?
How do I make a vb script function accept optional arugments? Like the in build function Split() accepts two mandatory and two optional arguments, is there any way to make user defined functions do the...
View Article