Search results for query: *

  • Users: mymyrsx
  • Content: Threads
  • Order by date
  1. M

    vb.net with excel

    Hi I'm trying to open a file, fill it and then save it as another name and path. The first time I click on the button who bring the event this is working fine. But the second time one line make me this error "Object reference not set to an instance of an object." here is the line...
  2. M

    Editing the format of a Word document

    Hi I have a procedure in vb.net that create a word document. Here is my code Dim wrd As Word.Application Dim doc As Word.Document Dim rng As Word.Range Try wrd = New Word.Application wrd.Visible = False Catch ex As Exception MsgBox("An error occured while printing, please try again")...
Back
Top