View Single Post
 
Old 02-17-2023, 06:03 AM
Yarandlo Yarandlo is offline Windows 10 Office 2019
Novice
 
Join Date: Feb 2023
Posts: 5
Yarandlo is on a distinguished road
Default Output at the end of the text of all links using VBA

Hi everybody.

I write a lot of text, and in scientific publications I often indicate references in the form [1] [2] [3]. When there are a lot of them (more than a hundred), it is very difficult to manually check whether the numbering order has been lost. Please help me with a macro so that after running the macro at the end of the text it displays all the links, so that I can then check if I followed the correct numbering of the links.

For example, it went like this:

Some text [1]. Text [2]. More text [3]. Text [4]. Text [5]. And so on…

And this is how it should be after running the macro:

Some text [1]. Text [2]. More text [3]. Text [4]. Text [5]. And so on…
[1] [2] [3] [4] [5]
Reply With Quote