M
mario
Can you please help me with the following:
1. VBA code to export the MS Office Clipboard data to text file. I can paste
the clipboard data into text file, then import into MS Access Table. But I
would like to automate the process. The clipboard data comes from a screen
shot of AS400.
2. VBA to insert a column in all the tables in a given MS Access Database
".mdb". The newly inserted column will be LEFT("Student_Name", 7) and name of
the new column will be "My_Column"
3. VBA to create a new table by exporting the results of an existing querry.
Thanks in advance for all your help.
1. VBA code to export the MS Office Clipboard data to text file. I can paste
the clipboard data into text file, then import into MS Access Table. But I
would like to automate the process. The clipboard data comes from a screen
shot of AS400.
2. VBA to insert a column in all the tables in a given MS Access Database
".mdb". The newly inserted column will be LEFT("Student_Name", 7) and name of
the new column will be "My_Column"
3. VBA to create a new table by exporting the results of an existing querry.
Thanks in advance for all your help.