scriptcontrol Questions
0
My goal is to generate strings that contain code to be evaluated for a given set of variables. I found some similar efforts in these questions:
VBA execute code in string
How can I evaluate a stri...
Periscope asked 4/9, 2020 at 16:25
6
Solved
Per example below...Looping through an object from a parsed JSON string returns an error "Object doesn't support this property or method". Could anyone advise how to make this work? Much appreciate...
Moiramoirai asked 24/4, 2011 at 22:33
3
Solved
I am trying to use the solution given to this, however, whenever I try to run the most basic anything, I get an Object not Defined error. I thought this would be my fault (not having installed Scri...
Blackboard asked 15/3, 2012 at 18:29
1
Solved
Im trying to get the Text Statistics function from https://github.com/cgiffard/TextStatistics.js/blob/master/index.js
Working in Excel
I have minified the JavaScript code to shorten the concatena...
Labile asked 25/9, 2014 at 11:24
1
I have the following code in VBScript:
Dim control
set control = CreateObject("MSScriptControl.ScriptControl")
control.language = "jscript"
control.addCode("function test() { return {property:...
Babs asked 5/11, 2010 at 10:21
1
© 2022 - 2024 — McMap. All rights reserved.