R rajranja New Member Jan 18, 2011 #1 Can anyone help me writing codes in VBA so that i can export and import data between Excel and Access?
Can anyone help me writing codes in VBA so that i can export and import data between Excel and Access?
dan_l Active Member Jan 18, 2011 #2 ADO. http://www.exceltip.com/st/Import_data_from_Access_to_Excel_%28ADO%29_using_VBA_in_Microsoft_Excel/427.html http://www.exceltip.com/st/Export_data_from_Excel_to_Access_%28ADO%29_using_VBA_in_Microsoft_Excel/425.html At this point, I've had quite a bit of call to get data from a database and into excel, but not vice versa. Apparently, I don't swing that way. Let me know if you have any questions.
ADO. http://www.exceltip.com/st/Import_data_from_Access_to_Excel_%28ADO%29_using_VBA_in_Microsoft_Excel/427.html http://www.exceltip.com/st/Export_data_from_Excel_to_Access_%28ADO%29_using_VBA_in_Microsoft_Excel/425.html At this point, I've had quite a bit of call to get data from a database and into excel, but not vice versa. Apparently, I don't swing that way. Let me know if you have any questions.
dan_l Active Member Jan 18, 2011 #3 ADO. http://www.exceltip.com/st/Import_data_from_Access_to_Excel_%28ADO%29_using_VBA_in_Microsoft_Excel/427.html http://www.exceltip.com/st/Export_data_from_Excel_to_Access_%28ADO%29_using_VBA_in_Microsoft_Excel/425.html At this point, I've had quite a bit of call to get data from a database and into excel, but not vice versa. Apparently, I don't swing that way. Let me know if you have any questions.
ADO. http://www.exceltip.com/st/Import_data_from_Access_to_Excel_%28ADO%29_using_VBA_in_Microsoft_Excel/427.html http://www.exceltip.com/st/Export_data_from_Excel_to_Access_%28ADO%29_using_VBA_in_Microsoft_Excel/425.html At this point, I've had quite a bit of call to get data from a database and into excel, but not vice versa. Apparently, I don't swing that way. Let me know if you have any questions.
dan_l Active Member Jan 18, 2011 #4 You'll need to try ado. http://www.exceltip.com/st/Import_data_from_Access_to_Excel_%28ADO%29_using_VBA_in_Microsoft_Excel/427.html http://www.exceltip.com/st/Export_data_from_Excel_to_Access_%28ADO%29_using_VBA_in_Microsoft_Excel/425.html At this point, I've had quite a bit of call to get data from a database and into excel, but not vice versa. Apparently, I don't swing that way. Let me know if you have any questions.
You'll need to try ado. http://www.exceltip.com/st/Import_data_from_Access_to_Excel_%28ADO%29_using_VBA_in_Microsoft_Excel/427.html http://www.exceltip.com/st/Export_data_from_Excel_to_Access_%28ADO%29_using_VBA_in_Microsoft_Excel/425.html At this point, I've had quite a bit of call to get data from a database and into excel, but not vice versa. Apparently, I don't swing that way. Let me know if you have any questions.
dan_l Active Member Jan 18, 2011 #5 You'll need to use ADO. the first 2 links will do it: http://www.google.com/search?q=ado+access+excel&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-USfficial&client=firefox-a
You'll need to use ADO. the first 2 links will do it: http://www.google.com/search?q=ado+access+excel&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-USfficial&client=firefox-a
vijaySharma Member Jan 21, 2011 #6 Raj, Do you need a step by step tutorial on this. Let me know if i can be of help on this. ~Vijay