excel2007 active x control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NEHU
    New Member
    • Aug 2007
    • 12

    excel2007 active x control

    HOW DO I LINK MS ACESS 2000 WITH EXCEL-2007 ,,EARLIER I HAV LINKED MS ACESS 200 WITH EXCEL-2000 USING CONTROL "Excel 5.0" ,,what do i do for excel -2007
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Are you facing any problem ?

    Comment

    • NEHU
      New Member
      • Aug 2007
      • 12

      #3
      Originally posted by debasisdas
      Are you facing any problem ?
      YES I NOT ABLE TO USE EXCEL 5.0
      EARLIER WIT EXCEL 97-03 THIS WORKED BUT NOW ITS NOT


      'selecting a particular acess field added to acess from excel
      Set dbase = OpenDatabase(ex celfile, True, True, "excel 5.0")
      sqlquery = "SELECT * INTO [;pwd=nflsl;data base=" & acessfile & "]." & acesstable & " FROM [" & worksheet & "$]"
      ' dbase.Execute sqlquery

      Comment

      Working...