Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can anyone send me a sample macro code using Javascript (not VB Script).
Thanks.
// JScript
function Test()
{
personName = qvlib.InputBox("What is you name?")
msg = "Hello " + personName + " !"
qvlib.MsgBox(msg)
}
// JScript
function Test()
{
personName = qvlib.InputBox("What is you name?")
msg = "Hello " + personName + " !"
qvlib.MsgBox(msg)
}
Thanks Petter.
Is there any material for reference to understand how to write the javascript code for macro.
In script56.chm which you can download from here you will find full documentation of jscript:
Could you please mark this thread as answered? ![]()