|
-
Sep 28th, 2000, 07:29 AM
#1
Thread Starter
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|