[python-win32] Write excel 2007 table to specific location in a word document using python 2.7.5

2014-04-01 Thread Access Newbie
I posted the following question on stackoverflow but do not seriously think I will get any answers to the question and was hoping that one of you may know if what I want to do is even possible and if so, will a novice like me be able to do it; and most importantly, how to do it, at least conceptual

[python-win32] Calling macro from python script bombs out when custom table style is used

2014-04-02 Thread Access Newbie
Posted the link below to stackoverflow but on reflection think this may be the better place to search for the answer. Until I figure out the code to copy my excel tables (up to 4 depending on analyses results) to the word document (not live link) I would at least like to automate the excel tables

[python-win32] Transfer Access 2010 query results to python script for ArcGIS geoprocessing actions

2015-04-15 Thread Access Newbie
Is it possible to transfer the results of an Access 2010 query (accdb extension) to a python script with the click of a button? Information will be used as variables within the script. Prefer to click button from Access data entry form to execute script but it can be from another GUI if necessary.