Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone!
I am looking to create a macro that will automate a process involving Excel, Word and Access and would appreciate it if someone could help me to do this. The process I am trying to automate is basically: Open Word Document Copy Word Document into Excel Workbook Edit Excel Workbook (Remove Certain Columns etc.) Copy Data from Excel Paste into Access If anyone knows how to do this kind of thing please speak up. Thanks!! Dave |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 28, 8:46 am, Dave wrote:
Hi Everyone! I am looking to create a macro that will automate a process involving Excel, Word and Access and would appreciate it if someone could help me to do this. The process I am trying to automate is basically: Open Word Document Copy Word Document into Excel Workbook Edit Excel Workbook (Remove Certain Columns etc.) Copy Data from Excel Paste into Access If anyone knows how to do this kind of thing please speak up. Thanks!! Dave You might want to look at adding references to the other programs (from Excel macro editor, tools - references and then find Microsoft Access and Microsoft Word object libraries) Then you can create an instance of the other application from your macro and you should be able to do the things that you want to do. There are probably better ways (using queries) to put the data into Access than just pasting from the clipboard. Peter |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Peter,
First of all thanks for the reply. With regards to the Access section - When the Data is pasted into Access it is pasted into a tool that is built in Access. No queries are required. If you would not mind I would like to speak to someone about this, possibly through MSN. If so I can be contacted at davehoonter @ hotmail.com Thanks! Dave " wrote: On Jun 28, 8:46 am, Dave wrote: Hi Everyone! I am looking to create a macro that will automate a process involving Excel, Word and Access and would appreciate it if someone could help me to do this. The process I am trying to automate is basically: Open Word Document Copy Word Document into Excel Workbook Edit Excel Workbook (Remove Certain Columns etc.) Copy Data from Excel Paste into Access If anyone knows how to do this kind of thing please speak up. Thanks!! Dave You might want to look at adding references to the other programs (from Excel macro editor, tools - references and then find Microsoft Access and Microsoft Word object libraries) Then you can create an instance of the other application from your macro and you should be able to do the things that you want to do. There are probably better ways (using queries) to put the data into Access than just pasting from the clipboard. Peter |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 28, 9:46 am, Dave wrote:
Hi Peter, First of all thanks for the reply. With regards to the Access section - When the Data is pasted into Access it is pasted into a tool that is built in Access. No queries are required. If you would not mind I would like to speak to someone about this, possibly through MSN. If so I can be contacted at davehoonter @ hotmail.com Thanks! Dave " wrote: On Jun 28, 8:46 am, Dave wrote: Hi Everyone! I am looking to create a macro that will automate a process involving Excel, Word and Access and would appreciate it if someone could help me to do this. The process I am trying to automate is basically: Open Word Document Copy Word Document into Excel Workbook Edit Excel Workbook (Remove Certain Columns etc.) Copy Data from Excel Paste into Access If anyone knows how to do this kind of thing please speak up. Thanks!! Dave You might want to look at adding references to the other programs (from Excel macro editor, tools - references and then find Microsoft Access and Microsoft Word object libraries) Then you can create an instance of the other application from your macro and you should be able to do the things that you want to do. There are probably better ways (using queries) to put the data into Access than just pasting from the clipboard. Peter- Hide quoted text - - Show quoted text - I don't have IM installed at work. I will see if I can get on tonight. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting word to excel or access | Excel Programming | |||
Can I directly from Excel publish to Word as in Access | Excel Discussion (Misc queries) | |||
How to detect MS Word or MS Access calls MS Excel using VBA | Excel Programming | |||
Merging in Excel from Word, Excel, or Access | Excel Discussion (Misc queries) | |||
How do I operate microsoft excel,word and access | Setting up and Configuration of Excel |