How do I enter a field with the current time + six hours? I am making a macro for printing medication labels. I need to have an expiration time on the label and would like it to be the current time + 6 hours. How can I structure the field to do this? ... 2 Feb 2010 17:46
Remove/hide General folder In Word, I'm using Word's native new document functionality. We have created folders with templates that are displayed when I click File > New. The GENERAL folder contains the the templates we want to use. GENERAL is the default. In my folder list I also have a "General" folder which contains a blank docume... 16 Jan 2010 09:31
Word VBA code runs fine under XP but does not in Server 2008 VDI I have Word VBA code that has been running fine in a Citrix XP environment. The same code produces incorrect results running in a Server 2008 VDI environment. Sometimes it will work but more often than not the headers and footers are incorrect. If I step thru the code line by line it works. I have a progress ba... 14 Jan 2010 21:25
Create and distribute add-in Hi there, I have some useful code in my normal template which I would like to convert to an add-in and distribute to colleagues. Users are a mix of Word 2003 and 2007. Any help much appreciated. Libby ... 18 Jan 2010 16:34
Word form - hidden rows appear when form is clicked I have a word 2003 form that I have developed. It contains multiple tables and vba code to show and hide rows depending upon the value of certain fields. In testing I noticed that if I click in the body of the form (which at the onset has blank space) that rows that WERE hidden show up. Has anyone ever experi... 14 Jan 2010 10:10
Adding a watermark using VBA I have a document that has a header in it. I want to add a watermark from my building blocks into that header, without erasing or replacing the existing header. This means I would show the header and the watermark simultaneously. So far I have managed to replace the header with the watermark, but I don't want ... 14 Jan 2010 21:25
Need Word 2003 code to send email as attachment Help! I'm in a time crunch and don't have time to spend googling for my answer. Or binging, whatever. Our environment is Word 2003 sp3 on Windows xp with Outlook 2003 sp3. I need a macro which will email the current document as an attachment, to specific recipients with a specific subject line. Is this e... 13 Jan 2010 15:29
Excel embedded in Word and Select range to copy Hello, I have been looking into how I can select an embedded excel doc in Word 2007 and copy all the details in the worksheet to a bookmark in the active document. I have managed to open the embedded workbook but I am now stuck. Code so far is : Sub ActivateExcelCell() Dim ils As Word.InlineShape ... 13 Jan 2010 01:08
Word 2007 Hyperlinking I want to add hyperlinks in my template footer for "next page" and "previous page"... The template has 8 pages but the document could have 50 pages. ... 12 Jan 2010 08:16
Programming MS Word into .NET Website Is there a way that I can basically retrieve a MS Word template from my Database(SQL Server 2008) and essentially open an interface to edit this template in the browser. Then save my letter as a .doc file. All online via ASP.NET 3.5 ... 11 Jan 2010 14:16 |