Hi all,
I have the following code
Range(Output).Offset(0,1).Value = "to"
Range(Output).Offset(0,1).HorizontalOffset = xlCenter.
There is a bunch of code after this. Everything works fine until it gets to the HorizontalOffset statement. Then the sub stops running with no error. The text does...