Hi Everybody,
I need to add borders to a cell or a range in excel and i dont know how to do that.
I was using this code:
GetWorkbook(handle,Nothing).ActiveSheet.Range(cellref,cellref).Borders.LineStyle = xlContinuous
Is Not working with that.
I hope someone could help me.
Thanks!