F
Francis
Hi all,
Can anyone tell me how to use FreezePanes in VB 6.0?
I have tried the following code, but it doesn't work.
=======================
With vobjWrkSht
.range("C9
12").Activate
.FreezePanes = True
End With
=======================
Best regards,
Francis
Can anyone tell me how to use FreezePanes in VB 6.0?
I have tried the following code, but it doesn't work.
=======================
With vobjWrkSht
.range("C9
12").Activate.FreezePanes = True
End With
=======================
Best regards,
Francis