Ok, sounds like an Almond Joy commerical.
Anyways, I have the following code and sometimes I get an error 91 and
sometimes I dont.
Any ideas?
objWkb.Worksheets("Sorted Rankings").Range("A1:B1").Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = 0
.AddIndent = False
.ShrinkToFit = False
.MergeCells = True
End With
Bookmarks