Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default how can i set up a mail routing better

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default how can i set up a mail routing better

I am not sure that you can avoid the macro screen.
you can do it...
toolsmacrossecurity 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.


-----Original Message-----
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?
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Routing Recipient Hoopster Excel Discussion (Misc queries) 8 July 10th 08 09:03 PM
Routing Slips in Excel 2007 - where is "Next Routing Recipient ?" Dan246 Excel Discussion (Misc queries) 4 May 16th 07 06:58 PM
Routing Emails pungster New Users to Excel 2 April 23rd 07 05:37 PM
Routing Recepient mail failure asteinhoff Excel Discussion (Misc queries) 0 March 24th 05 02:53 PM
Routing Recipient David McRitchie Excel Programming 1 April 29th 04 09:45 PM


All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"