how can i set up a mail routing better

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I send a lot of Excel worksheets to companies and generally these sheets
contain micros which send the completed worksheet back to me. When the
company recieves the email a message pops up asking them if they want to
enable micros. How can i avoid them having to see this screen?

Secondly, The micro is set up so that when they fill out a form and click
the "OK" button that the micro creates an email to the next person on the
routing list. And then a message pops up that tells the user that they
should save the workbook before they send it. how can i avoid this screen?
 
I am not sure that you can avoid the macro screen.
you can do it...
tools>macros>security> set to low
but that will only work for your machine. the users
machine would have to be set the same way.
as to the other
Application.DisplayAlerts = False

Application.DisplayAlerts = True

I am not sure where you should put this in your code. but
if you turn alerts off on THIER machine then you must turn
then back on again else they wont be getting any of the
built in alerts.
in other words, what you are trying to do is dangerous
becasue you are doing it to someone elses machine.
 

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

Back
Top