how to read value of textbox in excell from access vba

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • frans1
    New Member
    • Mar 2010
    • 2

    how to read value of textbox in excell from access vba

    Hi,

    To auto populate one of our data bases, I need to be able to read content from an Excel sheet using Access (2003) vba. Obtaining the content from a standard cell ( A1 , C3 , etc) is easy using vba in access however I can not find a solution to read the value of a textbox and read the content of tickbox into a variable. The variable will then be used to populate my database after several checks.


    Is there anyone who can help ?
  • frans1
    New Member
    • Mar 2010
    • 2

    #2
    To be more precise : the excel sheet contains Textboxes of the "Shape" type.

    Comment

    Working...