Hi all, I need some professional advice. I'm new to VBA and have very limited knowledge. But I need to create a macro that will automate some information me. See below for my problem/situation.
I have multiple accounts that have different product codes on there such as…
Act 1.
Prod Code MFR Unit of Measure List Price
098765 XXXX Each $10.00
123456 YYYY Pack $50.00
And I have a large database in Access which has over 12 million product codes, too much for Excel to handle.
Prod Code List Price MFR Unit of Measure
098765 $10.00 XXXX Each
123456 $50.00 YYYY Pack
165786 …. …… ………
987654 …. …… ………
I need to create a macro in Excel via VBA that will go into my access database and pull information for specific product codes only.
For example, if all I have is the prod code number I need to run an automated macro via VBA that will go into access and do vlookup (or DBVlookup) to fill in the rest of the blanks….
Act 1.
Prod Code MFR Unit of Measure List Price
098765 ??? ???? ?????
123456 ??? ???? ?????
Is there a way to create a macro that will pull data for a specific cell only. Its basically a Vlookup formula, but instead of pulling data into Excel from Excel, it pulls data into Excel from Access.
I appreciate your help.
Thanks
I have multiple accounts that have different product codes on there such as…
Act 1.
Prod Code MFR Unit of Measure List Price
098765 XXXX Each $10.00
123456 YYYY Pack $50.00
And I have a large database in Access which has over 12 million product codes, too much for Excel to handle.
Prod Code List Price MFR Unit of Measure
098765 $10.00 XXXX Each
123456 $50.00 YYYY Pack
165786 …. …… ………
987654 …. …… ………
I need to create a macro in Excel via VBA that will go into my access database and pull information for specific product codes only.
For example, if all I have is the prod code number I need to run an automated macro via VBA that will go into access and do vlookup (or DBVlookup) to fill in the rest of the blanks….
Act 1.
Prod Code MFR Unit of Measure List Price
098765 ??? ???? ?????
123456 ??? ???? ?????
Is there a way to create a macro that will pull data for a specific cell only. Its basically a Vlookup formula, but instead of pulling data into Excel from Excel, it pulls data into Excel from Access.
I appreciate your help.
Thanks