Hi Everyone, I am kind of beginn
Hi Everyone, I am kind of beginn
(OP)
Hi Everyone,
I am kind of beginner on VBA and I have created the program in VBA to create the photo sheet. I am having some issue with creating the exact border I was looking for.
Right now, I have created the single line border with the weight of 2. But what I am looking for is Haze border with grey color.
Could you please help me updating the border lines in the Module?
Module I am using right now:
PhotoShape.Line.Style = msoLineSingle
PhotoShape.Line.Weight = 2
Attached are the two photos: First photo is the border with existing module in VBA and second one is the border I am looking for.
Thanks!
I am kind of beginner on VBA and I have created the program in VBA to create the photo sheet. I am having some issue with creating the exact border I was looking for.
Right now, I have created the single line border with the weight of 2. But what I am looking for is Haze border with grey color.
Could you please help me updating the border lines in the Module?
Module I am using right now:
PhotoShape.Line.Style = msoLineSingle
PhotoShape.Line.Weight = 2
Attached are the two photos: First photo is the border with existing module in VBA and second one is the border I am looking for.
Thanks!
RE: Hi Everyone, I am kind of beginn
CODE --> VBA
To get that I pasted an image then clicked a blank cell, turned on the macro recorder (Developer Tab), selected the image again, right click and select Format Picture, then set the width to 5.25 and the colour to light grey, then click stop recording.
Does that give you sufficient to do what you want?
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: Hi Everyone, I am kind of beginn