close(savechanges,filename,routeworkbook)

Z

Zygoid

in vba i am trying to close an active workbook

in this statement;

close(savechanges,filename,routeworkbook)

what is the meaning of "routeworkbook" ?
 
J

Joseph

Hi,

I think Routeworkbook means "Send me to the next recipient, that yo
specified?". If you set it to false it won't go anywhere, as long as n
routing slpi has been attached. If you omit it, and there is a routin
slip attached, I think a dialogue box is displayed asking the user i
they want to route the workbook to the next recipient.

Cheer
 
Top