Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to check Excel worksheet contents before routing?

Dear All,

Recently, my company uses Excel routing function to share documents. Some
users want to check their Excel worksheet contents before route the Excel
files to other. i.e. When he press "Route" button to route the Excel file,
Excel will check some specific cell contents, if missing cell content, Excel
is banned to route; otherwise, it routes to outside.

Can I use Excel VBA to do this? I can't find any Event is about Excel
routing.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default How to check Excel worksheet contents before routing?

You would probably want to use an Excel add-in.
It would have to be installed on each user's machine that wanted the "check" feature.
Excel has VBA routing capability. See...
RoutingSlip object and Recipients method in VBA help..

You could have the add-in replace the routing menu item
with your own and assign the add-in code to it.
That code could check the sheet and if OK, do the routing otherwise
display a message.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"kobeting"
wrote in message
Dear All,
Recently, my company uses Excel routing function to share documents. Some
users want to check their Excel worksheet contents before route the Excel
files to other. i.e. When he press "Route" button to route the Excel file,
Excel will check some specific cell contents, if missing cell content, Excel
is banned to route; otherwise, it routes to outside.

Can I use Excel VBA to do this? I can't find any Event is about Excel
routing.
Thanks
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
vba to check cell contents Steve Excel Discussion (Misc queries) 2 July 29th 09 04:58 PM
Using contents of a check box for an in statement Erin Excel Discussion (Misc queries) 3 June 21st 07 05:23 PM
Routing Slips in Excel 2007 - where is "Next Routing Recipient ?" Dan246 Excel Discussion (Misc queries) 4 May 16th 07 06:58 PM
Routing - macro to open routing dialog and then stop Mike R. Excel Programming 1 December 18th 04 02:41 AM
Range Contents Check James Montgomery Excel Programming 2 October 24th 04 03:31 PM


All times are GMT +1. The time now is 01:18 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"