TonCoronel
Programmer
I am trying to change the border around a cell from powerbuilder.
lobjExcel.Activesheet.Cells(20,1).border.lineStyle = 1
this will put a border around the cell but I just want the leftside of the cell to show up. I tried alot of thnigs like:
lobjExcel.Activesheet.Cells(20,1).border(xledgeleft.lineStyle = 1
lobjExcel.Activesheet.Cells(20,1).border(edgeleft.lineStyle = 1
lobjExcel.Activesheet.Cells(20,1).border.edgeleft.lineStyle = 1
and so one.
does anybody now how to do this?
lobjExcel.Activesheet.Cells(20,1).border.lineStyle = 1
this will put a border around the cell but I just want the leftside of the cell to show up. I tried alot of thnigs like:
lobjExcel.Activesheet.Cells(20,1).border(xledgeleft.lineStyle = 1
lobjExcel.Activesheet.Cells(20,1).border(edgeleft.lineStyle = 1
lobjExcel.Activesheet.Cells(20,1).border.edgeleft.lineStyle = 1
and so one.
does anybody now how to do this?