-----------------------------------------------------------
New Message on MumbaiUserGroup
-----------------------------------------------------------
From: kalpesh
Message 9 in Discussion
Shyam,
I assume that there isnt any typing mistake in your post above
you have said that the class name if "nasEmpMast", while the error is "class name not
found: nasEmp_Mast" (underscore)
you can do one thing
do you have MS-Office installed on the deployment machine ?
if yes, open MS-Excel/Word, press alt+ f11
this will open VBA Editor
click on tools - references, select your dll & check it, to include the ref. in this
project (similar to VB refrences)
click on menu insert -> module
write a small proc like given below
sub test()
dim myemp as nasEmpMast
set myemp = createobject("myproject.nasEmpMast")
end sub
now press ctrl + g (immediate window)
type call test in the imm. window
Hope this works
If this doesnt, what kind of class is this, could you describe it in detail (does it
implement any interface ?)
HTH
Kalpesh
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]