Hi, I have issue with input box i use this macro to remove variable from input box with GetRowCount=6 when i remove two variables normally i will have GetRowCount=4 when i save my a...
call a variable from input box to macro, code is given below: set v = ActiveDocument.Variables("mailTo") set mailto = v.GetContent.String -- Object required: '[string: "hssiddiqui@yahoo.com"]' -- e...
...fter section access & before reload. It should ask me Input for Start Date & End Date and should load data only for that duration. I can use Input box in Macro but the user may enter wrong v...
I have the expression (x = inputbox ("Enter password")), when I call this macro runs normal so that when you type it displays the characters I'm typing as I do is put some kind when they enter s...
Hi people, i'm trying to right this macro. Theres no errors in the macro but its not working. Mybe im righting something that is wrong. Can someone help? Sub NewField &n...
Hi everybody, does anyone know if exists the possibility of setting the read-only property for a Input box variable object via macro? I'm creating automatically a set of variables and some of t...
...serID. APPROACH No 2 - Usage of Inputbox and Macros: I found this example in the community (thanks to Stephen Charles for posting it) and included it in my application (see attachment Q...
Hi , I am getting object required v error when trying to execute the below macro Sub test set v = ActiveDocument.Variables("Variable1") msgbox(v.GetContent.String) End sub
Hi , As of now i cannot use the Input Box object. So i am trying to create a inputbox using the extension. I am trying to create an inputbox extension. I am struck with the code. Could s...
Dear All I have following macro I want to send email alerts from qlkview to user directly when I am running this Activx Compnent cant create Object error is appering I am Using Version 11 a...