Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Problem when opening excel in VB6

Problem when opening excel in VB6

Scheduled Pinned Locked Moved Visual Basic
helpdatabasecomperformance
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hi, I've got a problem when I want to printpreview my excel file. Here is the code: Dim ExcelApplication As Excel.Application Set ExcelApplication = New Excel.Application ExcelApplication.Workbooks.Open App.Path & _ "\..\Factures\Facture " & _ LsBxFactures.ItemData(LsBxFactures.ListIndex) & ".xls" 'here is the problem, never pass this line ExcelApplication.ActiveWorkbook.PrintPreview False ExcelApplication.Workbooks.Close ExcelApplication.Quit Set ExcelApplication = Nothing At the problem line, nothing appear. excel is loaded in memory (seen with task manager) and VB throw an error ("waiting for component query" or something like that) when I want to do something after this I've installed SP5, but it's still the same. Can you help me ?? Jacques Bérard papejack@hotmail.com

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups