Help with Page fault error in MS097.DLL

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top