Hello All. I have been rummaging through lines and lines of code and just when I think Ive got something, I hit another wall. Simply put, I need a code that allows the user to Click a button, information in a table exports to specific cells in an Excel spreadsheet, and that is it. There has to be a more simple approach to this than what Ive been finding.
It's mostly how to reference the specific cells between Access and Export that I cant seem to get a grasp on
Ex: .Cells(1,1).Value = "(I need the value of the access cell here, how do I tell it that?)... in Row 2, Column 4"
- what does each "1" in the perenthasis after the ".Cells" represent and in which program Access or Excel?
- Also, Will the VBA need to be written in the Access VBA or Excel VBA to get this done?
Thanks!
It's mostly how to reference the specific cells between Access and Export that I cant seem to get a grasp on
Ex: .Cells(1,1).Value = "(I need the value of the access cell here, how do I tell it that?)... in Row 2, Column 4"
- what does each "1" in the perenthasis after the ".Cells" represent and in which program Access or Excel?
- Also, Will the VBA need to be written in the Access VBA or Excel VBA to get this done?
Thanks!