Word: Automatically select text block on click [closed] - ms-word

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Is it possible to have Word (Office 365) automatically select a block of text when a user clicks into it?
For example we have instructions in a document that might be [insert updated fee here]
In general the whole block needs to be replaced with the new text.
These blocks are formatted in a specific way, so the method could be associated with a specific style, but as there are likely multiple instances of the style we would only want to update the one clicked on, not all instances.
I can't find a native method, so are we looking at a macro on each template that this occurs on?

You could insert your text blocks into Rich Text Content Controls as the placeholder texts for those content controls. No code required.

Related

Adding shortened or hyperlinks to word [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am writting some document with links to external websites, but some links are to large to simply be tossed in to the word file and i was thinking if there's a way to attach the hyperlink to any word/phrase in the document for example:
www.google.com/verylonglinkhereforexample
As if i would do in for a hyperlink tag:
check the site here, where clicking site, would take me to the desired link behind site word. Or is there any alternative at all to reduce links instead of tossing large links to the document?
This is an easy one.
Assuming you're using Office 2016/2019 (I'm not 100% sure about the others, but I'm sure it would be pretty similar), the easiest way to do this is:
First, highlight the text you want to go to the hyperlink.
Go to the insert tab
Press 'Link'
At the top of the dialog box, check that the text to display is the text you highlighted
At the bottom of the dialog box, enter the actual hyperlink
Press OK
Enjoy!

How to add two figures side by side, and insert captions to each of them? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
In Word, I can add two figures side by side, however, when I insert captions to each of them, the figure number doesn't change, both of them have the same figure number. How can I solve this problem?
You can put the figures into a borderless two-column table. Your pictures are actually put in an invisible table. Then you can add captions to each of the pictures and Word will provide different figure numbers.

Word: Picture hidden behind text [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Since this problem is reoccurring in my workflow and the solution is hard to find:
When pasting pictures into a MS Word document, sometimes it disappears behind the text, at least when working in the Print Layout. Sometimes also the text disappears and only part of the image is visible.
Select the image (if you cannot select it, change the view)
Go to Home > Paragraph > Line Spacing Options. A dialog box will appear.
Change the Line spacing from Exactly to anything else
Click OK

What should i do to display line no in text editor ,which we have design using Gtk in c? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am doing text editor.I wanted to use function that will display line no of text editor.I got the function to get line number,but i wanted to show that no on window and user should not be allowed to change that no.I think i should do separate panel on text editor to display line no>
You probably want to use GtkSourceView instead of a TextView (e.g. the widget used by gedit among others), there are specific methods ready to use such as:
gtk_source_view_set_show_line_numbers
https://developer.gnome.org/gtksourceview/stable/GtkSourceView.html#gtk-source-view-set-show-line-numbers

Word Label Merge with QR encoded data has wrapping data on last row of 1st and subsequent pages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have a word document that grabs data from an excel spreadsheet. One of the fields is a QR encoded bar code. I am merging it into labels in ms word. I cannot figure out why starting with the last row of labels on the 1st page and subsequent pages the bar code shows up larger. See image.
The data was longer on the larger bar codes.