Visual Basics Saving

D

DJM

I have created a survey using Visual Basics and I want to
send it out via e-mail. Every time I do the Design
version of the survey comes up. I want to have this
function turned off so people can complete the survey
without touching the design icon to turn it off. Does
anyone know how to turn off the design tool and send out
a document with it remaining turned off...help.
 
C

Chad DeMeyer

DJM,

Are there ActiveX controls in the survey (i.e., inserted from the Control
Toolbox toolbar)? If so, the problem is that these trip the macro security
in Word. If that security is set to High, the user is not prompted to
enable macros and the document opens in design mode with macros disabled. A
few options are to 1) convince users to use Medium macro security instead of
High; 2) convince users to enable the 'Automatically trust installed
templates and add-ins' option under macro security, if they don't already,
and install the document in their User Templates or Workgroup Templates
location; 3) digitally sign the VB project attached to the document and then
the users can choose to trust that certificate.

Regards,
Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top