Word
8 Topicsselect multiple pictures with pointer to format
Pictures on a blank document can be selected 1-by-1 using ctrl+mouse pointer. In this way the Shape Format menu appears and I can change outline and other things. If I use ctrl+A or the pointer itself, the Text Format menu appears and I cant format the pictures. Is there a way to select multiple pictures with ctrl+A or the pointer? Not sure if Shape format can be pinned to the menu bar.25Views0likes1CommentHow to insert a master foot note in many other word documents
Hi there, I can't find the proper information on how to create a separate footnote MS document and link it into other of my MS document. I need to have a sord of template that I could modify at one place and then will be updated in all other MS documents that I had insert it. ** I've tried to use : insert -- text tab -- object -- text to file. And then "Insert as a link" the footer MS file but there is nothing that has been imported... I don't get it. thanks, CC15Views0likes1CommentIn Word, how to make the current line that I'm typing in it appears in all cases?
Hello everyone, In Microsoft Word, if I'm typing at the end of the current visible area then I start a new line it does not show that new line automatically while i'm typing in it unless I start the second new line or I scroll down by VBA or manually I scroll down, the problem is that it does not automatically scroll down while I'm at the end of the visible area and I start new line, see the video by the following link to know what I mean, it's less than two minutes: Document1 - Word 2025-04-29 14-51-12.mp4 so how to make the line that I type in it always visible? Note that this problem does not exist in Notepad in Windows 10 that I use, but it exist in Microsoft Word!202Views0likes11CommentsMacro Security appears to be broken when docs are opened programmatically
Is anyone else experiencing this problem? It seems that when opening Word and Excel documents programmatically via the application object, macro security is bypassed. Its as though the security settings do not exist. E.g. create a Word dotm file or a DOC file with an AutoOpen macro. Set security to the highest level (disable without notification) then programmatically open the document. the macro runs. It happens in semi-annual channel 32 bit and 64 bit and both Win 10 and Win 11, Word and Excel. It cannot just a vba bug because we are also experiencing it with iManage documents when the opening is initiated from within the application. If anyone knows of a solution for this problem, your sharing would be very much appreciated.94Views0likes1CommentWord Mail Merge->PDF->Auto Name
I am trying to think of a way to automate a process. Part of this is in word and part with Adobe. Basically, here is the scenario. Every year all the staff in the company (about 350-400 employees) get evaluated and then their compensation is recalculated and an employment contract sent to them for the next year. The contract is in PDF form which they digitally sign and return to the company. Right now the process is like this: A spreadsheet is created with all the employee specific information. The spreadsheet data is merged with the standard employment agreement based on their title. The merge creates a different document for each employee which must then be saved (named with the employee name), converted to a PDF, and then a digital signature is requested via Adobe. I would like to automate this whole procedure. I would like to mail merge, save each document as a Word Doc and then a PDF under the employee's name. Once I have all of that, I would like to get PDF to send out all the documents via email (which will be in the spreadsheet too). I am a programmer so code does not scare me in the least. I am just not sure of the approach to take. Any thoughts? Thanks in advance.187Views0likes2CommentsOutlined Red Box with Highlighted Text
I have a word document and at one point experimenting with the different features that word has to offer. I inserted a side card as so that when specific text, in this case an address is selected; it becomes highlighted in red and there is a red outlined box to the right. Any idea on how to remove this and what it is called, as its printing with the document as well ?70Views0likes2CommentsVBA for Word - read specific data from MailMerge objects
I m wondering how to retrieve the values of a specific column in the mail merge datasource with VBA. Datasource is an Excel file like this: First name Last name On vacation Department FName1 LName1 N A FName2 LName2 Y F FName3 LName3 Y C FName4 LName4 N A FName5 LName5 N B FName6 LName6 Y F Word macro shuld loop through col "On vacation" and display a messagebox with the name and department of those who have "Y" in the "On vacation" field. There are many MailMerge related objects like MailMergeDataField, MailMergeFields, MailMergeDataSource, etc, and i m yet clueless which one to use for this purpose. In the mail merge Word template, the "On vacation" field will not be inserted. The macro will use it in the background to send http requests to a webservice backend.Solved65Views0likes2CommentsMaintaining gaps between cell borders when using paragraphs?
I'm able to maintain neat spacing between cell borders and text when using single-line text inside a cell, but when using paragraphs, cell spacing doesn't work the same way. I've tried adjusting the before/after paragraph spacing options and that does work, however it seems to require adjust each individual paragraph and multiple paragraphs in the same cell put additional spacing between them. This also makes it difficult to use my document as template if I have to re-adjust this spacing each time depending on how many paragraphs are written. Is there a better way of maintaining these gaps?Solved36Views0likes1Comment