could you explain your process abit more in detail.
do you have like a master workbook which open another workbook then you
want to shift from one to the other?

Signature
funkymonkUK
Hi Matt,
A workbook can only be named as part of a save process.
Try, instead setting thw workbook to an object variable which you can
subsequently reference in your procedure, e.g.:
Dim WB As Workbook
Set WB = ActiveWorkbook
---
Regards,
Norman
> Hello Everyone
>
[quoted text clipped - 10 lines]
>
> Thanks in advance for any help
Matt - 22 May 2006 11:07 GMT
Thanks Norman
That does exactly what I was after
Cheers
Matt
> Hi Matt,
>
[quoted text clipped - 25 lines]
> >
> > Thanks in advance for any help