Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

when do i use

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » When do I use the with function

When do I use the with function

ResolvedVersion 2007

Peter has attended:
Excel VBA Intro Intermediate course

When do I use the with function

when do I use the with function

RE: when do I use the with function

Hi Peter

Thank you for your question.

The With construct is used to make code more readable and therefore easier to maintain.

Example that groups commands refereing to the Font of the selection

    With Selection.Font
.Name = "Verdana"
.FontStyle = "Italic"
.Size = 14
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
End With


Regards

Laura GB

Tue 27 Jan 2009: Automatically marked as resolved.

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

3D formulas find and replace

After you know all the components of a 3D reference, you can change them to suit by using a localised Find and replace crt+f, if need be.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.