I have a screen that, after a successful transaction, would return a red font where an error is found on the screen. is it possible to detect the red font? the error can be anywhere on the screen. thanks
rem
hi,
i have a macro stored in a particular directory. when i run the macro,
(1) is there a way to return the name of the macro? - or -
(2) is there a way to return the path where the macro is stored?
thanks
rem
hi,
Is there a way to show the first value (in this case, the value is Sedan) on the drop down without selecting the down arrow?
Sub Main
Dim Make(2) as String
Make(0) = "Sedan"
Make(1) = "Truck"
Make(2) = "SUV"
Begin Dialog dlgOptions 10, 28, 100, 100, "Select"...
with the code here:
http://www.tek-tips.com/viewthread.cfm?qid=1012208
i'm able to map a drive with vba. is there an equivalent code with EB
Set WshNetwork = CreateObject("WScript.Network")
On Error Resume Next
WshNetwork.RemoveNetworkDrive "L:"
'"WshNetwork is not a record type" is the error i...
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.