Sub Quote2PDF1a() ' Quote Macro Application.DisplayAlerts = False Range("B3:B13").Select Range("B13").Activate With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlCenter .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With With ActiveSheet .EnableSelection = xlNoSelection .Protect End With Path […]
Daily Archives: May 18, 2023
10 posts