Hello! :-D
My vba-skills are rusty after little (2years)pause after school, so can someone help me?!
There should be word "CONFIDENTIAL" on a top of the document, if you choose it.
It should appear on a paper like usual word will. I've tried the following code, but I'm not sure whether is it correct or in a right place.
Private Sub boxi_Click()
If boxi <> " " Then
boxi.Value = "CONFIDENTIAL"
Else
boxi.Value = " "
End If
End Sub
My vba-skills are rusty after little (2years)pause after school, so can someone help me?!
There should be word "CONFIDENTIAL" on a top of the document, if you choose it.
It should appear on a paper like usual word will. I've tried the following code, but I'm not sure whether is it correct or in a right place.
Private Sub boxi_Click()
If boxi <> " " Then
boxi.Value = "CONFIDENTIAL"
Else
boxi.Value = " "
End If
End Sub