Search results for query: *

  • Users: FlashOwl
  • Content: Threads
  • Order by date
  1. F

    Question Could not open macro storage

    I am getting an error "could not open macro storage" when trying to open a docx file using vb.net (3.5). It works on some machines but not others. For example it errors on a windows 7 machine running office 2010. Heres the line of code that causes the problem:- pDoc =...
  2. F

    Question Problem with notify on property change

    This relates to vb.net on vs2008 I have a form (in actual fact many forms) in which the fields are bound to the public properties of class I have created. For example let say it is a customer class object oCustomer of type clsCustomer. In the Set section of property declaration I use the...
  3. F

    Question Automate different versions of Word from Visual Basic .NET

    I need to create a word document from vb.net (2008) and have found this very useful page here... How to automate Word from Visual Basic .NET to create a new document The problem I have is that I have office 2007 on my machine but my customer has many machines with many different versions of...
Back
Top