Guys:
How can i do that?
Thanks
fwh 17.12, harbour 3.2.0, pelles C, bcc7, Ms-Sql
Guys:
How can i do that?
Thanks
I have to look into my crystal ball ...
but I don't see a solution with so little information. ![]()
Jimmy wrote:I have to look into my crystal ball ...
but I don't see a solution with so little information.
Sub Macro1()
'
' Macro1 Macro
'
'
With ActiveWindow
.SplitColumn = 0
.SplitRow = 1
End With
ActiveWindow.FreezePanes = True
End SuboWin := oExcel:ActiveWindow
oSheet:Cells( 2, 1 ):Select()
oWin:FreezePanes := .t.