S
Susan Lammi
I have created a procedures in OutLook 2000 which create a
CommandBarButton that Launches a UserForm. The UserForm contains several
text boxes and a CommandButton to launch a process which extracts certain
mail attachments to specific directories. I would like to now create an
AddIn to replicate this process and have several questions. This is my
first attempt at writing a Com Addin, I am using VB6.
When I try to import the form I created in Outlook it ends up in the
Designer rather than the Forms. Is this a problem and if so is there a
way to convert the form or do I need to recreate the form in Visual Basic
My first attempt resulted in only partial success. The CommandBarButton
is created but does not respond to the Click Event.
This is probably pretty basic stuff but I would appreciate being pointed
in the right direction.
Thanks
CommandBarButton that Launches a UserForm. The UserForm contains several
text boxes and a CommandButton to launch a process which extracts certain
mail attachments to specific directories. I would like to now create an
AddIn to replicate this process and have several questions. This is my
first attempt at writing a Com Addin, I am using VB6.
When I try to import the form I created in Outlook it ends up in the
Designer rather than the Forms. Is this a problem and if so is there a
way to convert the form or do I need to recreate the form in Visual Basic
My first attempt resulted in only partial success. The CommandBarButton
is created but does not respond to the Click Event.
This is probably pretty basic stuff but I would appreciate being pointed
in the right direction.
Thanks