Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarcMeg

    Object Error

    Hi Skip, I have tried the above with the code: Dim oXL As Object Dim oWB As Object 'instantiate the oXL Excel Application object Set oXL = CreateObject("Excel.Application") oXL.Visible = True 'instantiate the oWB Excel Workbook object Set oWB =...
  2. MarcMeg

    Object Error

    Hi Skip, Not sure whether this will help but... The Excel application opens with "- \\Remote" afterwards as show in the attachment. Maybe something extra needs to be added to the code to account for this? Thanks...
  3. MarcMeg

    Object Error

    Hi Skip, I appreciate your help but it seems like we're still having no luck! Unsure as to why this isn't working. I hope this isn't too much of a challenge! Please find the attached screenshot. Thanks...
  4. MarcMeg

    Object Error

    Hi Skip, I have tried the above and the sheet name is exactly the same, to the point of copying it over! Unfortunately I cannot code my process in Excel VBA as the program, EXTRA! X-treme is opened via a remote desktop. For example, we run an application which opens a temporary remote...
  5. MarcMeg

    Object Error

    Hello! I am trying to extract data from an Excel document through to my EXTRA! X-treme application (to put in an array and run through a loop). I currently have the code: Dim obj as object Dim objWorkbook as object Set obj = CreateObject("Excel.Application")...

Part and Inventory Search

Back
Top