I have created one excelsheet from within VB.
I have formatted columnwidth,rowheight,fontsize etc with:
Xls.Columns(i).ColumnWidth =
Xls.Rows(i).RowHeight =
Xls.Cells(3, 2).Font.Size =
Xls.Cells(3, 2).Value =
and all that works fine...
But now I want to:
1) Put a picture in one specific cell
2) Put a frame around four of the cells
Anyone who know how to do that???
Best regards
Lennart
