First of all, Outlook forms don't use VB. They use the more portable
VBScript variant.
If you want the reader to reply with your same form, you need to make that
explicit on the (Actions) page of the form, changing the desired form on the
properties for the Reply action. The form must be published first to the
Organizational Forms library, then set the Reply action's form, and publish
it again. This method assumes that the option buttons are all bound to an
Outlook property.
Another approach would be to put code in the Item_Send event handler that
copies the user's choice to the body of the message. This method would work
with both bound and unbound option buttons. See
http://www.outlookcode.com/d/propsyntax.htm for basics on how to refer to
Outlook properties and unbound controls.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello!,
> i'm very new about this "outlook forms" subject and had to get in it to
[quoted text clipped - 27 lines]
> Please help anyone??
> i would greatly appreciate some advice about this..