J
jkenne
Help,
I'm using Excel 97, with Windows 98. Can anyone tell me why this part of
the code causes a page fault error in MS097.DLL.
Rows("1:1").Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlTop
.WrapText = True
.Orientation = 0
.ShrinkToFit = False
.MergeCells = False
End With
I've even recorded the same event and it also causes the same page fault
error
Error message:
EXCEL caused an invalid page fault in
module MS097.DLL at 0177:3070ab13.
Thanks,
James K
I'm using Excel 97, with Windows 98. Can anyone tell me why this part of
the code causes a page fault error in MS097.DLL.
Rows("1:1").Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlTop
.WrapText = True
.Orientation = 0
.ShrinkToFit = False
.MergeCells = False
End With
I've even recorded the same event and it also causes the same page fault
error
Error message:
EXCEL caused an invalid page fault in
module MS097.DLL at 0177:3070ab13.
Thanks,
James K