Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove line spacing
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01562384
Message ID:
01562407
Vues:
26
lost me on that one naomi - vfp doesn't recognize that line at all. by value not sure what you mean.
k

>>just did it naomi and tried to place the macro into my coding without success. is that what you were suggesting?
>>this is the macro verbatim:
>>
>> Selection.Find.ClearFormatting
>>    Selection.Find.Replacement.ClearFormatting
>>    With Selection.Find
>>        .Text = ".vmd"
>>        .Replacement.Text = "^m"
>>        .Forward = True
>>        .Wrap = wdFindContinue
>>        .Format = False
>>        .MatchCase = False
>>        .MatchWholeWord = False
>>        .MatchWildcards = False
>>        .MatchSoundsLike = False
>>        .MatchAllWordForms = False
>>    End With
>>    Selection.Find.Execute Replace:=wdReplaceAll
>>
>>
>>
>Most likely these 3 lines are important
>
>.Forward = True
>        .Wrap = wdFindContinue
>        .Format = False
>
>You need to find out the value of the wdFindContinue constant first.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform