![]() |
|
#31
|
|||
|
|||
|
Ok. Thanks
|
|
#32
|
|||
|
|||
|
What I need is that they always open a new document based on the template. Prevent the template from working.
At the moment it has occurred to me, from Document_Open, to launch a message asking them to close the template and reopen it as "New". For them to work the document based on the template. It is that if they work the template directly, someone will spoil it. Code:
Sub Document_Open()
'macro message
MsgBox "CLOSE TEMPLATE, PLEASE REOPEN " _
& "DOUBLE LEFT-CLICK ON THE TEMPLATE OR, WITH THE RIGHT MOUSE BUTTON, SELECT ''NEW''"
End Sub
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mapped Content Controls in Building Blocks? | Charles Kenyon | Word | 6 | 05-21-2021 05:40 PM |
| Stop hyperlink to a file from changing address - causes problems with pdf | c.davidson | Word | 1 | 09-15-2020 11:11 PM |
New building blocks have stopped working (Word 2016)
|
Genericname1111 | Word | 0 | 05-20-2020 04:17 PM |
Get image path from content control field - NO VBA possible
|
thoerzer | Word | 5 | 10-10-2019 12:10 AM |
| Changing Absolute path to Relative in a Macro | MrKim | Excel Programming | 13 | 01-26-2019 02:18 PM |