Gunnar Bozeman
New member
- Local time
- Today, 04:49
- Joined
- Jun 10, 2003
- Messages
- 9
Populating Excel Cells Automaticly From A Table
Hello. I am new. I hope to contribute here as much as I ask questions, but I am on the learning curve. I started an access database from scratch about two years ago, and it has now grown to the point that I am dependent on it to do business efficiently. I am now trying to add bells and whistles.
Part of the database keeps up with changing contract amounts. I want to be able to extract this data (in a table) to mapped cells in an Excel spreadsheet.
How do I go about this? I know enough about VBA to be dangerous. I usually take snip its of code with similar functions and modify them to my needs. I cannot write code from scratch.
I am thinking I need some type module that runs from a button or a macro key and will export these values to mapped cells in Excel. This seems like a one time "static" type of filling in cells.
Is there a way to create a dynamic link so if the excel cell location changes, the mapping can follow. This way, the cells are always up to date with the values in the table.
If anyone can provide code and how to execute it, I would be forever grateful.
I want to do what these people are doing.
Thanks,
Gunnar
Hello. I am new. I hope to contribute here as much as I ask questions, but I am on the learning curve. I started an access database from scratch about two years ago, and it has now grown to the point that I am dependent on it to do business efficiently. I am now trying to add bells and whistles.
Part of the database keeps up with changing contract amounts. I want to be able to extract this data (in a table) to mapped cells in an Excel spreadsheet.
How do I go about this? I know enough about VBA to be dangerous. I usually take snip its of code with similar functions and modify them to my needs. I cannot write code from scratch.
I am thinking I need some type module that runs from a button or a macro key and will export these values to mapped cells in Excel. This seems like a one time "static" type of filling in cells.
Is there a way to create a dynamic link so if the excel cell location changes, the mapping can follow. This way, the cells are always up to date with the values in the table.
If anyone can provide code and how to execute it, I would be forever grateful.
I want to do what these people are doing.
Thanks,
Gunnar
Last edited: