|
-
October 29th, 1999, 05:19 AM
#1
Filling an Excel Page (Again)
Ok, I've changed my code from my earlier post to use the .clip property:
With MSFViewer
.Row = 0
.Col = 0
.RowSel = (.Rows - 1)
.ColSel = (.Cols - 1)
mExcel.Application.ActiveWorkbook.Worksheets.Application.ActiveCell(1, 1) = .Clip
End With
but this displays all the info in one cell
Any suggestions on how to expand this to one entry - one cell?
Thanks again
James
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
|