$$Excel-Macros$$ Re: Need Help on Macro - image Resizing

2009-08-12 Thread kamal shah
thanks Andy. It worked !! Kamal On Thu, Aug 6, 2009 at 5:22 PM, Aindril De wrote: > Dear Kamal, > > Just add the following line to the top of your code to select all pictures > in the worksheet > > ActiveSheet.Pictures.Select > > Hope this helps. > > Otherwise please post your code here so tha

$$Excel-Macros$$ Re: Need Help on Macro - image Resizing

2009-08-12 Thread kamal shah
Thanks Andy, Let me try and come back. cheers, Kamal On Thu, Aug 6, 2009 at 5:22 PM, Aindril De wrote: > Dear Kamal, > > Just add the following line to the top of your code to select all pictures > in the worksheet > > ActiveSheet.Pictures.Select > > Hope this helps. > > Otherwise please post

$$Excel-Macros$$ Re: Need Help on Macro - image Resizing

2009-08-06 Thread Aindril De
Dear Kamal, Just add the following line to the top of your code to select all pictures in the worksheet ActiveSheet.Pictures.Select Hope this helps. Otherwise please post your code here so that we can take a alook. Regards, Andy On Thu, Aug 6, 2009 at 4:51 PM, kamal shah wrote: > Hi Excel G