Hi Peter,
> Wouldn't work with Sheets("Sheet7").OLEobjects syntax
Here "Sheet7" refers to the sheet named "Sheet7".
> but does work with plain Sheet7.OLEObjects
Here Sheet7 refers to the sheet whose codename is Sheet7
If a sheet's name is changed, then the sheet name and code name will
differ.You are using the sheet's code name and, consquently, your code will
work irrespective of any change to the sheets name.
---
Regards,
Norman
> Thanks Norman,
>
[quoted text clipped - 9 lines]
>
> Peter
peter.thompson - 22 Jan 2006 04:49 GMT
Got it, thanks for the help and education!
Cheers
Peter

Signature
peter.thompson