1
Reply

Converting objects... HELP

Boblysan

Boblysan

Jun 20 2004 1:13 PM
2k
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)