![]() |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
HI,
one more problem since I changed from WOrd 2011 to WOrd 2016: I had a macro running that delete a variable called "varMerk42" when closing any word document. I put it in Normal => this document: Code:
Private Sub Document_Close() On Error Resume Next ActiveDocument.Variables("varMerk42").Delete End Sub It worked perfectly on WOrd 2011. But now it doesn´t work any more: The macro runs (I tested that putting a line with a msg box) but it simply doesn´t delete the variable as wished. Any ideas? Thanks, swenniels |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
rschnell | Mail Merge | 3 | 10-19-2017 02:01 PM |
![]() |
avonw | Word | 6 | 10-07-2017 01:22 PM |
Slicer built in 2016 doesn't work in 2013 | cdoody | Excel | 0 | 10-31-2016 10:25 AM |
![]() |
classicdining | Word | 1 | 07-01-2016 04:37 PM |
![]() |
nnicko | Word | 2 | 04-16-2010 01:21 PM |