Results 1 to 3 of 3

Thread: OLE container & Excel doc

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    3
    Ahoj

    I try to open an excel sheet embedded in OLE container on a form. The sheets are usually larger than container itself, but I cannot enlarge it, so I need to contract those sheets. If i try to change dimensions of displayed sheet via width and height property (for example, application.excel.workbooks(i).windows(i).Width = number), error 'property cannot be set' is raised. So, how to resize it anyway?
    Thank for advice

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Location
    Karlsruhe, Germany
    Posts
    122
    Does SizeMode = 3 the job?

    Roger

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    3
    Originally posted by RogerH
    Does SizeMode = 3 the job?

    Roger

    Unfortunately not. After such zooming, data in sheets are not readable...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width