Hi.
I have a little problem for my new Add Ins.
When I use Controls.Add("VB.CommandButton",sName) then it's OK.
If I try to use this command to my UserControl it is bad.
Me.Controls.Add("MyControl",sName) 'Bad
UserControl is a part of current project. What I have to do?
Boris
I have a little problem for my new Add Ins.
When I use Controls.Add("VB.CommandButton",sName) then it's OK.
If I try to use this command to my UserControl it is bad.
Me.Controls.Add("MyControl",sName) 'Bad
UserControl is a part of current project. What I have to do?
Boris