Rcasady617
Programmer
if anyone's doing or going to do this i'd enjoy talking to you.
Set System = CreateObject("EXTRA.System")
slow and hard to use sometimes....
try pre-binding
Dim System As New ExtraSystem
fast and less-hard to use sometimes....
wont work for macros but fast for automation.
Set System = CreateObject("EXTRA.System")
slow and hard to use sometimes....
try pre-binding
Dim System As New ExtraSystem
fast and less-hard to use sometimes....
wont work for macros but fast for automation.