98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » microsoft excel training class - With Loop
microsoft excel training class - With Loop
Resolved · Low Priority · Version Standard
John has attended:
Excel VBA Intro Intermediate course
With Loop
What is the With Loop used for?
RE: With Loop
John
The With loop allows the user to refer to a particular object once while doing multiple actions to it.
eg
With AcitveCell.Font
.Bold = True
.Italic = True
.ColorIndex = 5
End With
Regards
Carlos
RE: With Loop
Not quite sure what you mean by With Loop, John - the With statement allows you to specify a single object for a series of operations, but is not used with the Loop command.
Can you be more specific - or give a piece of code which will show what you mean?
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
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Move data worksheet to worksheetTo move data from one worksheet to another, highlight the data. |