I'm using excel and have a lot of reports that are created to pdf files. I was wondering if there was a way to extract certain information from this pdf with VBA.
Is there anyway to count the time in idle? And if it reaches a certain amount of time show a msgbox or alert box?
I would need it to count once logged in and reset evertime a key is pressed.
I wrote a great macro in Casl Macro (InfoConnect), but I need it to access another session. The session uses Extra. Instead of writing all 800 or so lines in extra, is there any way I can have Casl Macro call an Extra macro to finish off the tasks?
Would I put:
ses1.Screen.GetString(1,1,12)
Where does it store the string?
Can I do someting like:
strWords = ses1.Screen.GetString(1,1,12)
Or do I have to use PutString right after I use GetString?
Would this work?
ses1.Screen.GetString(1,1,12)
ses2.Screen.PutString(2,9)
Sub Main ()
Dim ses1 As Object, ses2 As Object, Sys As Object
Set Sys = CreateObject("EXTRA.System")
Set ses1 = GetObject("c:\directory\file.nam")
Set ses2 = GetObject("c:\directory\otherfile.nam")
Sys.ses1.GetString(1,1,12)
End Sub
I...
I have this long drawn out code for getting a future date. Several people say something like date() + 15 would work. Is this true? I haven't been able to get it to work.
I can use this to activate the other session...
activatesession sessno("ABBS")
but how to I get the macro to print in that session or putstring?
Or can I make activatesession sessno("ABBS") some sort of object and do one of those...
Session.Screen.Putstring string
or
Session.Screen.Print...
Is there a way? I can set the focus bewteen two screens with "Sessno", but cannot print once I get the focus. It just goes back to the session that is holding the macro.
Hello,
I have a casl macro program that will ask for several options through popup input boxes. One of them asks for the date. I was wondering if there was a way to diplay the date within this popup box so the user will pretty much just have to hit enter? The date will display as mmddyyyy.
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.