Skip to main content
ExcelBaby.com
Course
Getting Started with Excel
Excel Formulas and Functions
Excel Troubleshooting
Programming with Excel VBA
Excel VBA and Macro Examples
Docs
Learn
Functions
Questions
Shortcuts
Resources
Books
Home
ยป
While...Wend statement
Docs
While...Wend statement
Executes a series of statements as long as a given condition is True. Syntax While condition [ statements ] Wend The While...Wend […]
While...Wend statement