DocControlAdd secondario riservato ()
'Il texta fioco, il textb, il textc, il textd, il texte, textf come stringa 'questo oscura tutti tranne l'ultima variabile come variante
Texta fioco come stringa, textb come stringa, textc come stringa, textd come stringa, texte come stringa, textf come stringa
Tbl fioco come Tabella
Il RW fioco come fila
Cl fioco come cellula
C fioca come numero intero
iStartCol fioco come numero intero
texta = ActiveDocument.CustomDocumentProperties.Item (“xRevisionNo„)
textb = ActiveDocument.CustomDocumentProperties.Item (“xRevisionDate„)
textc = ActiveDocument.CustomDocumentProperties.Item (“xDetails„)
textd = ActiveDocument.CustomDocumentProperties.Item (“xPreparedby„)
texte = ActiveDocument.CustomDocumentProperties.Item (“xReviewedby„)
textf = ActiveDocument.CustomDocumentProperties.Item (“xApprovedby„)
iStartCol = 1
Regolare il tbl = ActiveDocument.Tables (1)
Se ActiveDocument.CustomDocumentProperties.Item (“xNew„) = “Y„ allora
Regolar il RW = tbl. Rows.Add
ElseIf NewVersion = allora allinea
Regolar il RW = tbl. Rows.Add
ElseIf NewVersion = falso allora
tbl. Colonne (iStartCol). Prescelto
Con Selection.Find
.ClearFormatting
.MatchWholeWord = allineano
.MatchCase = allineano
Se. Eseguire (FindText: =texta) allora
Regolare il Cl = Selection.Cells (1)
Regolar il RW = tbl. File (cl.RowIndex)
Concluder se
Concluder con
Concluder se
c = iStartCol
il RW. Cellule (c). Range.Text = texta
c = c + 1
il RW. Cellule (c). Range.Text = textb
c = c + 1
il RW. Cellule (c). Range.Text = textc
c = c + 1
il RW. Cellule (c). Range.Text = textd
c = c + 1
il RW. Cellule (c). Range.Text = texte
c = c + 1
il RW. Cellule (c). Range.Text = textf
ActiveDocument.CustomDocumentProperties.Item (“xRevisionNoOld„). Valore = ActiveDocument.CustomDocumentProperties.Item (“xRevisionNo„). Valore
Sommergibile dell'estremità
|