Dwaipayan Sharma
Civil/Environmental
- Feb 10, 2021
- 7
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!