My First Macro in Microsoft Word (Simple VBA Tutorial, Visual Basic, Record Macro, How to)

My First Macro in Microsoft Word (Simple VBA Tutorial, Visual Basic, Record Macro, How to)

Vaclav Krejci

2 года назад

7,745 Просмотров

Learn how to record a simple macro in Microsoft Word to speed up your workflow and make your work easier. Perfect tutorial for absolute beginners.

VBA CODE:
---------------------------------------------------------------------------------
1st version:

With Selection.Font
.Spacing = .Spacing + 1
End With
---------------------------------------------------------------------------------
2nd version:

On Error Resume Next
With Selection.Font
.Spacing = .Spacing + 1
End With
---------------------------------------------------------------------------------
3rd version:

For Each Char In Selection.Characters
Char.Font.Spacing = Char.Font.Spacing + 1
Next Char

---------------------------------------------------------------------------------
---------------------------------------------------------------------------------

Word tutorials: https://www.youtube.com/playlist?list=PLkTfLuE2Kz-5hELeiPa6iVt97qL0W-aIR
E-book http://youtu.be/Z0jB9xJ5-TU
http://www.facebook.com/BestTextEffectsInWord
http://issuu.com/upir/docs/best_text_effects_in_microsoft_word

Тэги:

#microsoft #word #text #effect #effects #fx #txt #beginner #easy #simple #e-book #tutorial #tutorials #wordart #free #photoshop #download #adobe #styles #style #background #template #cool #useful #wallpaper #learn #minimal #vector #creative #css #powerpoint #how #png #typorgaphy #best #preset #gallery #example
Ссылки и html тэги не поддерживаются


Комментарии:

@SKMRify
@SKMRify - 10.06.2022 18:00

When there are people like 'Vaclav Krejci', 'Creative Venus', 'Lp gallery Tutorials', 'One Skill PowerPoint Tutorials', 'Agmi's Art and Craft', etc. who do such wonderful work with just Microsoft apps, one almost feels like one doesn't need Adobe Illustrator, Affinity Designer, etc., LoL.

Ответить
@ADRIAN-tb9ju
@ADRIAN-tb9ju - 19.11.2021 02:51

no entiendo ingles :'v

Ответить
@imransyed4908
@imransyed4908 - 11.11.2021 14:10

Simply awesome, every time i watch your video i learn something new. You deserve Micro Soft MVP. Looking forward for more videos.

Ответить
@karzannawzad24
@karzannawzad24 - 02.11.2021 19:15

Is there anything that you can't do with the Microsoft office ? 😂

Ответить
@DuAuskenner
@DuAuskenner - 02.11.2021 18:48

Pretty cool

Ответить