Does anyone know how to create a button in MS Outlook that automatically inserts the date and time into the text?
For example, when I am using the journalling function, I often want to insert the date and time into the text. Any thoughts would be greatly appreciated. Thanks!!!
I created an RTF file to stream to MS Word using an active server page with a microsoft access database as set forth in the Microsoft Knowledge Base Article - 270906. However, the code in the knowledge base article creates a brand new document. Is there anyway to use ASP to merge the data into...
Here is the code I was using for the REF MERGEFIELD attempt. Any suggestions as to why it is not inserting the text in the second instance of the bookmark?
Private Sub cmdOK_Click()
Application.ScreenUpdating = False
With ActiveDocument...
I can't seem to get the Find/REplace method to work for multiple fields. Here is the code I was using for the REF MERGEFIELD attempt. Any suggestions as to why it is not inserting the text in the second instance of the bookmark?
Private Sub cmdOK_Click()
Application.ScreenUpdating =...
Thanks for the Find/Replace method (which definitely works). It's unusual that there isn't a simpler solution for a circumstance that I am sure people encounter all the time (needing to populate multiple instances of a bookmark with the same data). Thanks again!
I've tried using the REF BOOKMARK approach but I can't get the VBA code to insert the data at the second instance of the bookmark. Any tips or sample code to help with this problem?
I am desparately trying to find a way to insert the data from a user form in multiple locations of a document. I can create the USerform and use VBA to insert the data at one bookmark but cannot insert the data in other parts of the document (without creating separately-named bookmarks) Any...
Does anyone know how to use ADO recordsets to pass data to a microsoft word document? I've seen several samples involving DAO but I can't find a sample using ActiveX Data Objects. Any help would be greatly appreciated.
Does anyone know how to use ADO recordsets to pass data to a microsoft word document? I've seen several samples involving DAO but I can't find a sample using ActiveX Data Objects. Any help would be greatly appreciated.
I looked at the MVPS site and found it very useful. Howerever, do you know how to accomplish the same thing using ActiveX Data Objects (ADO) instead of DAO?
I need to create command button on a form for Table A that creates a new table (Table B) with a copy of the current record from Table A. Any help would be greatly appreciated!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.