Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Trying to create Routing macro - problems

Greetings,
I have a form that takes advantage of Excel's routing feature. Instead of
having the user use the normal FileSend ToRouting Recepients to set up the
routing and recepients, I have created a command button to make it easier for
them (and to do some 'behind the scene" tracking). I am running into
something interesting. When the user hits the command button for the first
time, a "Choose Profile" dialog box appears. I have never seen this dialog
before and I am affraid it will definitely confuse my users. I wonder if my
code is proper... Here is the part of the code that opens the routing dialog:
ThisWorkbook.HasRoutingSlip = True
ThisWorkbook.RoutingSlip.Subject = Range("P16")
Application.Dialogs(xlDialogRoutingSlip).Show

This lets me put in the subject, and then the user can set up the routing
recepients. Please help.

Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Trying to create Routing macro - problems

Mike,

I think the "Choose Profile" is displayed because it can not identify the
Recp E-Mail address in your Address Book. If the Recp. is in you address Ie:
"My Name" you should not receive this msg. Also if you set the Recp to a
reg EMail Ie: " then I believe you will not get the
popup.

HTH
Charles
"Mike R." wrote in message
...
Greetings,
I have a form that takes advantage of Excel's routing feature. Instead of
having the user use the normal FileSend ToRouting Recepients to set up
the
routing and recepients, I have created a command button to make it easier
for
them (and to do some 'behind the scene" tracking). I am running into
something interesting. When the user hits the command button for the
first
time, a "Choose Profile" dialog box appears. I have never seen this
dialog
before and I am affraid it will definitely confuse my users. I wonder if
my
code is proper... Here is the part of the code that opens the routing
dialog:
ThisWorkbook.HasRoutingSlip = True
ThisWorkbook.RoutingSlip.Subject = Range("P16")
Application.Dialogs(xlDialogRoutingSlip).Show

This lets me put in the subject, and then the user can set up the routing
recepients. Please help.

Mike



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
Macro to create pivotchart problems seed Excel Discussion (Misc queries) 0 April 23rd 10 08:23 PM
Excel 2007 - How to create a routing list, one after another? Gene Excel Discussion (Misc queries) 1 November 11th 09 03:57 PM
Prompt user to create routing slip Kathy Excel Worksheet Functions 0 September 19th 05 03:56 PM
How dynamically create routing slip based on names in specific cel arich Excel Discussion (Misc queries) 1 August 25th 05 11:52 PM
Routing - macro to open routing dialog and then stop Mike R. Excel Programming 1 December 18th 04 02:41 AM


All times are GMT +1. The time now is 10:19 AM.

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"