다음을 통해 공유


Range.FunctionWizard Method (Excel)

Starts the Function Wizard for the upper-left cell of the range.

Syntax

.FunctionWizard

A variable that represents a Range object.

Return Value

Variant

Example

This example starts the Function Wizard for the active cell on Sheet1.

Worksheets("Sheet1").Activate 
ActiveCell.FunctionWizard

참고 항목

개념

Range Object Members

Range Object