H
Henk
Is it possible to change the name of pictures in a workbook? E.g. rename
Picture 52 (name given by Excel itself) to Log 01.
Regards
Picture 52 (name given by Excel itself) to Log 01.
Regards
Norman Jones said:Hi Henk,
Try something like:
ActiveSheet.Pictures("Picture 1").Name = "Log 01"