![]() |
#7
|
|||
|
|||
![]()
Hey,
NO-GO... Here is my code so far... Code:
Private Sub CommandButton1_Click() 'Application.ScreenUpdating = False SizeIncrease = TextBox1.Value If SizeIncrease = "" Then End End If Selection.Find.ClearFormatting '<------Repeat from here With Selection.Find .Text = "*" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = True .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False .MatchWildcards = True End With If OptionButton1 = True Then While Selection.Find.Execute Selection.Font.Size = Selection.Font.Size + SizeIncrease Wend Else While Selection.Find.Execute Selection.Font.Size = Selection.Font.Size - SizeIncrease Wend End If 'Application.ScreenUpdating = False frmChangeFontSize.Hide End Sub A thought : What does the ".wrap" in the find do? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
funky | Word | 3 | 01-14-2009 09:18 PM |
![]() |
JerryB | Excel | 1 | 11-30-2008 10:23 AM |
need help with font color | samsongee | Word | 0 | 09-07-2006 10:18 PM |
IRR with Changing Signs | aml480 | Excel | 0 | 03-16-2006 11:27 PM |
![]() |
surendrababu | Office | 2 | 11-29-2005 02:11 AM |