1
VBScript and Key down syntax
I am trying to run this program below. The portion that is commented out (the if statement) is not working. Obviously I’ve got the wrong syntax or it’s not possible. What I’m trying to do is to click F10 every 12 seconds until I hit the escape key, or until it has gone through it [...]
Answer Question
| May 5, 2012 3:51 AM
VBScript Statements, vbscript tips, vbscriptstatements
I am trying to run this program below. The portion that is commented out (the if statement) is not working. Obviously I’ve got the wrong syntax or it’s not possible. What I’m trying to do is to click F10 every 12 seconds until I hit the escape key, or until it has gone through it [...]
VBS output to text
How do I change this code to: instead of poping up a window, to output the results to a text file? ”create a connection object set connObj = CreateObject(“ADODB.Connection”) ”create a command object set cmdObj = CreateObject(“ADODB.Command”) ”set the properties connObj.Provider = “ADsDSOObject” connObj.Open “Active Directory Provider” set cmdObj.ActiveConnection = connObj cmdObj.Properties(“Page Size”) = 25 [...]
Answer Question
| March 5, 2012 10:30 PM
VBScript, VBScript Functions, VBScript Statements
How do I change this code to: instead of poping up a window, to output the results to a text file? ”create a connection object set connObj = CreateObject(“ADODB.Connection”) ”create a command object set cmdObj = CreateObject(“ADODB.Command”) ”set the properties connObj.Provider = “ADsDSOObject” connObj.Open “Active Directory Provider” set cmdObj.ActiveConnection = connObj cmdObj.Properties(“Page Size”) = 25 [...]
function block calculation module
Hello, I would like to know how to read this code and what the outcome would be. its writtin in a calculation function block which typically includes IF-THEN-ELSE, DO-WHILE, etc. statements. out1 := (in2 = 0) ? 0 : ((in1 & in3) > 0); of course in1/2/3 are the inputs, out1 is the output. Is [...]
Answer Question
| October 17, 2011 12:07 AM
Calculating fields, VBScript Functions, VBScript Statements, Visual Basic, Visual Basic Script
Hello, I would like to know how to read this code and what the outcome would be. its writtin in a calculation function block which typically includes IF-THEN-ELSE, DO-WHILE, etc. statements. out1 := (in2 = 0) ? 0 : ((in1 & in3) > 0); of course in1/2/3 are the inputs, out1 is the output. Is [...]
VB Scripting Help in Excel
Ok I have a Dashboard in Excel. On the First Column it reads Knowledge Transfer Requirements and to the right columns B,C,D it has the 3 Impacted Systems Areas. Ok basically want I am trying to do is once a Knowledge Transfer Requirement is “Complete” for example I want the corresponding cell that has the [...]
Answer Question
| July 17, 2008 5:34 PM
VB, VBScript, VBScript Statements
Ok I have a Dashboard in Excel. On the First Column it reads Knowledge Transfer Requirements and to the right columns B,C,D it has the 3 Impacted Systems Areas. Ok basically want I am trying to do is once a Knowledge Transfer Requirement is “Complete” for example I want the corresponding cell that has the [...]
1





