Questions tagged [createoleobject]

33 questions
-1
votes
1 answer

Insert VB script to exported xls

My application exports an .xls with some data. How can i manage to put some VB script to an exported xls from Delphi. Explanation: I'm using CreateOleObject('Excel.Application') for creating it. That .xls will be changed by the user and imported in…
JGBMattos
  • 1
  • 1
-2
votes
1 answer

Ole object - opening a Web page in PowerBuilder

I open the URL in this way: ole_1.Object.navigate (ls_url) Unfortunately not work for me navigate the mouse on the drop-down lists. How do I fix this? I started example webbrowser8 from a web…
user3064885
  • 1
  • 2
  • 3
-3
votes
2 answers

Powershell code to insert excel worksheet into excel file

Is it possible to embed object in to excel file? I tried using "$sheet.OLEObjects().Add() but was not able to get the right parameters to embed the object. I'm wondering if its possible to do it using powershell. Any help on this matter would be…
1 2
3