G
Guest
Ok my goal is this. I want to open up an object, send some information to
it, have a message popup and then reference back to the object.
This is what I have thus far:
Set ObjRefApp = GetObject("I:\Forms.xls")
ObjRefApp.Application.Visible = True
SendKeys "Information", True
MsgBox "More Information", vbDefaultButton1, "Information"
*** Here I would like to reference back to Excell***
SendKeys "MoreKeys", True
Any help on this matter would be greatly appreciated. Thankyou!
Also Please keep in mind that I have created a simplified
it, have a message popup and then reference back to the object.
This is what I have thus far:
Set ObjRefApp = GetObject("I:\Forms.xls")
ObjRefApp.Application.Visible = True
SendKeys "Information", True
MsgBox "More Information", vbDefaultButton1, "Information"
*** Here I would like to reference back to Excell***
SendKeys "MoreKeys", True
Any help on this matter would be greatly appreciated. Thankyou!
Also Please keep in mind that I have created a simplified