View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default remove routing slip


Sub RemRouting()
ActiveWorkbook.HasRoutingSlip = False
End Sub




--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Jo wrote :

I have a documents which has a routing slip but I wan to remove it...
is this possible and if so how?