Hello,
Has anyone ever created a C# program, converted it to a .EXE file and ran it in a Personal Communications VBScript .MAC file with the autSystem.Shell method?
I am considering doing that to hide the code of my macros so that co-workers cannot learn from, modify, or edit my programs...
Never mind. I found out that, due to some security feature, scripts that import data from an external source are scanned before being compiled to stop them from running.
As a result, I cannot import data from Excel until my security clearance is raised.
I did not know security systems became...
Hello,
Have any of you had an unusual error in which hundreds of lines of similar code are fine and then one line generates an error that an end statement is needed? I checked all my code and every loop had both a start and a stop.
I was trying to replace people by having an automation pull...
Hello,
You will need a value to enter in the input box that will kill the loop.
For example:
Dim filename,errorhandler
filename = InputBox ("What do you want to search?")
Do
If filename <> "" Then
filefunction(filename)
Else
errorhandler = Msgbox("Do you want to quit?",36)
If...
J,
autECLMacro is to use Macro commands. Copy and paste functionality does not need Macro commands to perform the job. Instead of marking an area and then copying it, use:
autECLSession.autECLPS.GetText(row,column, length)
Instead of using sendkeys from a COM object, use SendKeys from...
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.