| Thread | Last Post | Replies |
|
| enter text in cell in word table | 03 Oct 2007 22:15 GMT | 4 |
I have a Word template that contains 1 table. I have successfully updated other information in the template with automation from Access. I have not been able to automate filling in the existing table with data
|
| Populate a text form filed with Excel data | 03 Oct 2007 21:43 GMT | 2 |
I have an Excel file with manager name and the projects they manage in two separate columns . Any suggestions that how can I read these data from excel and populate those two text fields in my word document?
|
| Specify path during an autosave event | 03 Oct 2007 20:26 GMT | 3 |
I have the following code in a Word 2003 template to incrementally name a new document created from the template and then save it with that name. ActiveDocument.SaveAs FileName:=Format(Order, "00#") & "-" & Format(Now, "YY") Works great except it saves the document to My Documents ...
|
| Toolbar loses macros | 03 Oct 2007 18:30 GMT | 5 |
I have a single toolbar that refers to macros that reside in two separate modules in normal.dot. When I open Word the toolbar loses the buttons that activate all the macros in one module (the macros and module are still in the VBE), but all of the buttons in the other module are ...
|
| ADO via VBA | 03 Oct 2007 09:20 GMT | 1 |
I've added code in my Word macro to reference ADO so I can call SQL. Is there any reason I wouldn't be able to run this macro on Windows Server 2000? I know there are various flavors of ADO, and I'm using ADO 2.8. Is that compatible with Windows Server 2000? (I'm probably asking ...
|
| viewing/running macros in macro-saved global template crashes Word | 03 Oct 2007 08:41 GMT | 7 |
My 'self-saving' global template works fine when it remains open (as .dot) but crashes Word when I close it and try to run ANY macro. Feeling very stuck here- help please! The Goal: I want to have a single document that 'carries' various macros
|
| Customized Toolbars from Word 2003 to Word 2007 | 03 Oct 2007 07:55 GMT | 1 |
I JUST installed Office 2007 and I have many templates in 2003 that contain customized toolbars with buttons that execute macros. From what I'm reading, it seems that you can create customized ribbons in Word 2007 -- is that correct? Do I need a separate product like Microsoft ...
|
| How change symbols of quotes? | 03 Oct 2007 07:52 GMT | 1 |
There is some text in quotes. The quotes has code of symbol (34). I need change it to other quotes - (171 - for left) and (187 - for right). How I can do this? Thanks.
|
| Deleting Text Sections | 03 Oct 2007 07:33 GMT | 1 |
I have some automation for some documents interfacing with our application and using VBA to invoke and do a mail merge with data produced in a text file. I am looking for a good way to be able to show/not show or delete a block of text/table based on values in the Mail Merge.
|
| Runtime 91 error for ActiveDocument in AutoExec macro | 03 Oct 2007 06:17 GMT | 6 |
I am trying to invoke MS word in the following manner: start winword.exe /lc:\glb\myglobal.dot /tc:\tmp\doctemplate.dot / myglobal.dot - My global template - contains the following logic
|
| word vba to select paper trays based on activeprinter | 03 Oct 2007 05:50 GMT | 6 |
I've looked on line at several places and then put the following code into a word macro. It doesn't switch trays based on the active printer. Can someone please help? Thanks!
|
| Unlink DocProps All Storeys? | 03 Oct 2007 05:48 GMT | 1 |
Hi, me again... Is there a simple Unlink Doc Props or Unlink Fields All Storeys (meaning hdr/ftr) macro? Many thanks
|
| Autoexec does not seem to work any longer | 03 Oct 2007 05:48 GMT | 4 |
I have used the instructions (on the attached link) to create a application event procedure in the past for windowselection change and it worked well to allow me to determine when I moved into and out of a table. I have now been upgraded to Word 2003 and find that the
|
| Serching multiple files | 03 Oct 2007 04:26 GMT | 1 |
What is the best way to search for key words in files stored in a single directory? IE I Need to open all the files that have 'look for me' in the text. Can you point me in the right direction? TIA
|
| How do I fix a run-time error in Visual Basic? | 03 Oct 2007 04:24 GMT | 1 |
I created a Word 2000 template which work great. First time trying to run it in Word 2007, but it gives me Run-time error '6068': Programmatic access to Visual Basic Project is not trusted. When I press OK it takes me to the Private Sub Document_New() frmMain.Show. and does ...
|