Hi everyone.
I need to publish objects from various pages in a workbook.
The range will always be A1:J40, but the sheet will change. "K3" will always have the filename on each sheet for publishing.
With ActiveWorkbook
With .WebOptions
.RelyOnVML = True
.PixelsPerInch = 96...