G
Grant Reid
Hi
Realy hope someone out there can help. I'm busy with a proof of concept at a
client, an investment bank, who has a requirement to automate the monthly
distribution reports from within Word (Word 2003). I have done some VBA work
years back but that was Excel specific, so I'm pretty clueless, hence my cry
for help.
My first objective is to write some code within a document that does the
following when a user clicks a button;
[1] Connect to MS SQL database and query a table called "Fund".
[2] Create a folder, named "Reports_Out" within the current directory if it
does not already exist.
[3] Create and save a copy of the current document within the "Reports_Out"
directory for each Fund with the following naming convention
"<FundName>_<CurrentDate>.doc"
Any help with coding a solution to this would be much appreciated.
Kind Regards - Grant
Realy hope someone out there can help. I'm busy with a proof of concept at a
client, an investment bank, who has a requirement to automate the monthly
distribution reports from within Word (Word 2003). I have done some VBA work
years back but that was Excel specific, so I'm pretty clueless, hence my cry
for help.
My first objective is to write some code within a document that does the
following when a user clicks a button;
[1] Connect to MS SQL database and query a table called "Fund".
[2] Create a folder, named "Reports_Out" within the current directory if it
does not already exist.
[3] Create and save a copy of the current document within the "Reports_Out"
directory for each Fund with the following naming convention
"<FundName>_<CurrentDate>.doc"
Any help with coding a solution to this would be much appreciated.
Kind Regards - Grant