Search results

  1. V

    how to open password protected excel 2010 with vba acces 2010

    thank a lot pr2-eugin after i try this code. i can't see file work.xlsx. when open other file example: nice.xlsx with double click or manually, file work.xlsx join coincided with nice.xlsx can u explain this ?? :rolleyes:
  2. V

    how to open password protected excel 2010 with vba acces 2010

    i have file work.xlsx with password="1234". how to open with vba access.....???
  3. V

    "After Update" to recognise blanks

    try this code for your project If IsNull(iOperatorsCode) Then Me.iOperatorsName = "" End If Me.iOperatorsName = Me.iOperatorsCode.Column(1):cool::cool:
Back
Top Bottom