![]() |
|
|
|
#1
|
||||
|
||||
|
How about the following. Display varRef with a docvariable field.
Code:
Dim strRef As String
Dim vRef As Variant
With ActiveDocument
strRef = Left(.Name, InStrRev(.Name, ".") - 1)
vRef = Split(strRef, "-")
strRef = "RS-A589-" & vRef(1) & "-" & vRef(0) & "-" & vRef(2) & "-" & vRef(3)
.Variables("varRef").Value = strRef
.Fields.Update
End With
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to insert Wildcards into Word 2011 Mac such as: \$Filename\
|
peterspiano | Word | 4 | 06-29-2015 05:13 AM |
| Excel connot open file (filename) xlsx | dengeorge6 | Excel | 0 | 12-12-2014 01:36 AM |
A macro that can insert FILENAME, sendkeys CTRL ALT T, paste clipboard, and nextline
|
kyjac85 | Word VBA | 13 | 09-20-2012 05:00 PM |
How to insert current date into default filename ?
|
czomberzdaniela | Word | 1 | 12-27-2011 07:18 PM |
| Macro for automatically adding filename without .doc | RPM7 | Word VBA | 0 | 04-29-2010 01:43 AM |