Access to Excel

sloany101

New Member
Joined
Jan 7, 2023
Messages
35
Office Version
  1. 365
I am trying to determine if this is possible firstly , what i am looking to do is automate exporting data from an access database to an excel spread sheet , for example "if cell c3:c52 in the excel sheet has someones name typed in , it will search the access database for that name and find the company associated with that name and automatically place that persons company in the excel sheet cells f3:f52 **ex : c3 has name in cell , the vba code will automatically search for that name and paste their company's name in cell f3 and so on **

i have a "database" on a sheet in the spreadsheet already and have code to do exactly what i am looking for using scripting dictionary , but due to the database's growth i fear eventually it will grow too large and slow the spreadsheet down exponentially.

i have not found solutions to this in many forums , any help is appreciated.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi,
To easily import data from an Access Database:
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top