1
Answer

Converting objects... HELP

Boblysan

Boblysan

20y
2k
1
I have the following line in my code. Module1.App = Microsoft.VisualBasic.Interaction.GetObject(null, "Remedy.User"); I am receiving the following error when this code executes: C:\runmacro_using_ole\Project1.NET\CS\RunMacro using OLE.cs(666): Cannot implicitly convert type 'object' to 'ARUSER.COMAppObj' Could someone please let me know how I can resolve this issue? Thank you, Bob
Answers (1)