I have read on how to take my existing project and using the Add-In manager turn it into an ActiveX Document. When I run it from VB it works great. When I try to create an install everything goes to pot. Should I even be trying to create an install? After the project is finished what next?
I have found in Microsoft's FAQ's a reference to the error I got. It says that SP5 is possibly the answer to my headaches. Any thoughts?
I have noticed that my menu choices are gone on my forms, so I added a combo box. I am trying to figure out how to get my other forms to display.
Code:
frmNameofForm.Show
Doesn't work. How do I make the other forms display? I'm not necessarily looking for the code itself (though it would be nice), but an online link learning how would be great!
Thanks in advance,
Ken
I have found in Microsoft's FAQ's a reference to the error I got. It says that SP5 is possibly the answer to my headaches. Any thoughts?
I have noticed that my menu choices are gone on my forms, so I added a combo box. I am trying to figure out how to get my other forms to display.
Code:
frmNameofForm.Show
Doesn't work. How do I make the other forms display? I'm not necessarily looking for the code itself (though it would be nice), but an online link learning how would be great!
Thanks in advance,
Ken