Thanks, but, as I mentioned before, I need a script where the NUMBER OF Variables can be a variable ITSELF
In your code, there are 3 nested loops.
If another case requires 10 variable, I need to rewrite the code to accomodate 10 nested loops.
No big deal but, it limites the generality of the...
Here is a more detailed presentation of the question:
I have 3 variables A,B,C which can have repectively 6,4 and 3 possible values.
I need to create SETS of [A B C] that cover all the possible combinations of A, B and C values.
All this in VBA where the input is the NUMBER of VARIABLES (here...
Hello,
I have the following Table
Name Min Max Nvals
A -5 6.7 6
B -10 23 4
C 2 15 3
I am looking for a code that generates all the sets of [A B C] that include all the possible variatiosn as defined in the Table
The cath is that the code has to be able to cope with an apriori unknown number...
Hello,
I am trying to paste a picture into an open powerpoint slide using VBSCRIPT.
I need to find the latest slide an paste it there
I have this code which fails on the Activewindow.Selection line.
Also the ns line does not work
Help would be appreciated
Thank you
Dim oPPS
Dim studio
Dim...
Hello,
I have this script and the LastColumn and LastRow lines do not work. Any suggestions?
Thank you
Set objExcel = CreateObject("Excel.Application")
strExcelPath="C:\TMP\TEST.XLSX"
objExcel.Workbooks.Open strExcelPath
objExcel.Visible = True
Set objSheet =...
Hello,
I have an excel file with many macros so I sometimes have to spend too much time finding it.
I was able to create a list of the modules on a sheet.
Next, I would like to create hyperlinks, so that when I click (or double click) on the cell, it would bring me to the module in the Visual...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.