Intymny Okręt podwodny DocControlAdd ()
'Ciemnawy texta, textb, textc, textd, texte, textf Równie Sznurek 'textf Ćmić textf oprócz the ostatni zmienna wariant
Ciemnawy texta Jako Sznurek, textb Sznurek, textc Jako Sznurek, textd Sznurek, texte Jako Sznurek, textf Sznurek
Ciemnawy tbl Stół
Ciemnawy rw Rząd
Ciemnawy cl Jako Komórka
Ciemnawy c Jako Integer
Ciemnawy iStartCol Jako Integer
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)
Ustalony tbl = ActiveDocument.Tables (1)
Jeżeli ActiveDocument.CustomDocumentProperties.Item ("xNew") = "Y" Wtedy
Set rw = tbl. Rows.Add
ElseIf NewVersion = Prawdziwy Wtedy
Set rw = tbl. Rows.Add
ElseIf NewVersion = Fałszywy Wtedy
tbl. Kolumna (iStartCol). Wybiórka
Z Selection.Find
.ClearFormatting
.MatchWholeWord = Prawdziwy
.MatchCase = Prawdziwy
Jeżeli. Wykonywać (FindText: =texta) Wtedy
Ustalony cl = Selection.Cells (1)
Set rw = tbl. Rząd (cl.RowIndex)
Kończyć Jeżeli
Kończyć Z
Kończyć Jeżeli
c = iStartCol
rw. Komórka (c). Range.Text = texta
c = c + (1)
rw. Komórka (c). Range.Text = textb
c = c + (1)
rw. Komórka (c). Range.Text = textc
c = c + (1)
rw. Komórka (c). Range.Text = textd
c = c + (1)
rw. Komórka (c). Range.Text = texte
c = c + (1)
rw. Komórka (c). Range.Text = textf
ActiveDocument.CustomDocumentProperties.Item ("xRevisionNoOld"). Wartość = ActiveDocument.CustomDocumentProperties.Item ("xRevisionNo"). Wartość
Końcówka Okręt podwodny
|