paddingtonbear
New Member
- Joined
- Dec 7, 2022
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
I have a workbook with scripts/modules. And running through many of them with the logic of:
For Each sh In Worksheets
If sh.Name <> ..... etc
ActiveSheet.PageSetup.CenterFooter = "& "&N" or whatever i need on each sheet.
I am excluding Sheet1 from the 'loop'. But on Sheet1 i have a image called "Image 10" (i figure this is called in term "Box Name")? which is located at A11-A14 and E11-E14
How could i add this particular image to my loop which would result that the image appears in footer on each sheet? and resize it as following:
based on the values from Footer Settings:
footer: &[image]
:
Height 2.82 inch
Width 14.18 inch
scale: 393% 394%
locked image to reference [x]
Tried searching around but cant figure it out. And this forum has helped me so much in my VBA learning process,
Thanks to every user and poster on here
For Each sh In Worksheets
If sh.Name <> ..... etc
ActiveSheet.PageSetup.CenterFooter = "& "&N" or whatever i need on each sheet.
I am excluding Sheet1 from the 'loop'. But on Sheet1 i have a image called "Image 10" (i figure this is called in term "Box Name")? which is located at A11-A14 and E11-E14
How could i add this particular image to my loop which would result that the image appears in footer on each sheet? and resize it as following:
based on the values from Footer Settings:
footer: &[image]
:
Height 2.82 inch
Width 14.18 inch
scale: 393% 394%
locked image to reference [x]
Tried searching around but cant figure it out. And this forum has helped me so much in my VBA learning process,
Thanks to every user and poster on here