View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones[_2_] Norman Jones[_2_] is offline
external usenet poster
 
Posts: 421
Default Renaming pictures

Hi Henk,

I should have added that, when dealing with
Excel names, you will find Jan Karel Pieterse's
Name Manager Add-in of invaluable assistance;
I regard it as one of my indispensible tools.

Name Manager may be downloaded at:

http://www.jkp-ads.com/Download.asp



---
Regards.
Norman


"Norman Jones" wrote in message
...
Hi Henk,

Try something like:

ActiveSheet.Pictures("Picture 1").Name = "Log 01"



---
Regards.
Norman