Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: Alexandra dan
| Femeie 25 ani Bucuresti cauta Barbat 28 - 66 ani |
|
TRaP
Moderator
Inregistrat: acum 6 ani
Postari: 787
|
|
Highlight Yellow:
Sub FontHighlightYellow() If Selection.Range.HighlightColorIndex = wdNoHighlight Then Options.DefaultHighlightColorIndex = wdYellow ' Options.DefaultHighlightColorIndex = wdTurquoise _ Options.DefaultHighlightColorIndex = wdBrightGreen _ Options.DefaultHighlightColorIndex = wdPink _ Options.DefaultHighlightColorIndex = wdBlue _ Options.DefaultHighlightColorIndex = wdRed _ Options.DefaultHighlightColorIndex = wdDarkBlue _ Options.DefaultHighlightColorIndex = wdTeal _ Options.DefaultHighlightColorIndex = wdGreen _ Options.DefaultHighlightColorIndex = wdViolet _ Options.DefaultHighlightColorIndex = wdDarkRed _ Options.DefaultHighlightColorIndex = wdDarkYellow _ Options.DefaultHighlightColorIndex = wdGray50 _ Options.DefaultHighlightColorIndex = wdGray25 _ Options.DefaultHighlightColorIndex = wdBlack _ Options.DefaultHighlightColorIndex = wdNoHighlight Selection.Range.HighlightColorIndex = wdYellow Else Selection.Range.HighlightColorIndex = wdNoHighlight End If End Sub
|
|
|
pus acum 6 ani |
|
TRaP
Moderator
Inregistrat: acum 6 ani
Postari: 787
|
|
HIGHLIGHT NONE
Sub FontNoHighlight() Selection.Range.HighlightColorIndex = wdNoHighlight Selection.Shading.Texture = wdTextureNone Selection.Shading.ForegroundPatternColor = wdColorAutomatic Selection.Shading.BackgroundPatternColor = wdColorAutomatic End Sub
|
|
|
pus acum 6 ani |
|