Change The Initials of Comments made in Microsoft Word [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 5 years ago.
Improve this question
How to Change The Initials of Comments made in Microsoft Word?
I tried the following and it is only changing the new comments and existing comments are unable to be changed.
Options --> Initial Name --> Changed --> Saved --> Restart Docx

I referred this link https://superuser.com/questions/208153/renaming-the-initials-in-word-comments and used the macro option and code provided. It worked :)
Sub ChangeInitialsAndAuthor()
For Each MyComment In ActiveDocument.Comments
If MyComment.Initial = "old" Then MyComment.Initial = "new"
Next
End Sub
How to use the macro
Open your Word file and press ALT+F11 to open the VBA editor
Insert a new module and copy & paste the code above
Change old to your old initials and new to your new initials
Run the macro with F5 from the editor or ALT+F8 from word

There is no automatic way to do this. You have do it manually.
http://office.microsoft.com/en-in/word-help/change-the-author-name-for-review-comments-HA010036415.aspx

Related

Word: Automatically select text block on click [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
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.

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!

Can't open json files in vscode directly form File Explorer? [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
Can't even open ps1 files in vscode from File Explorer. With both (json and ps1) I get a tone with no message that I can find. Everything opens fine if I open directly from the "open file" menu item in vscode. I don't think it was like this before installing PowerShell.
It sounds like a permission error or a bad installation of vscode.
I recommend you reinstall vscode & make sure to check all these 4 boxes in this image below, we will see how it goes after.

I have a problem with the cursor in visual studio code [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 have a problem probably totaly beginners level but anyway it drives me crazy so please help.
I can´t edit any code in the program when i try it looks like i´m in "insert" mode with like a block cursor.
I can´t delete anything or write anything. What could it be? and how do i fix it?
I am on a macbook pro.
I believe the reason is that you installed vim extension in vscode by mistake as it puts you in the insert mode by default until you press (i) to edit text. uninstall vim extension and things should go back to normal. or refer to this vim cheatsheet for more information about using vim as a text editor.

How change color of text in FAR? [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 4 years ago.
Improve this question
I use FAR. When run I can change color of text to green(in command line - after Ctrl-O) like in Matrix using system menu properties->Settings...
But when I close and after start again - color return to black&white.
How to make these changes permanent?
F9->Options->Colors->CommandLine. There are setting of color for different kind of displayed text.
Console color settings are stored in the shortcut file (*.lnk).
Create a shortcut to start Far (for example on your Desktop) and then change colors using the shortcut Properties. Use this shortcut to start Far.