Skip to content

Inserting single-cell prompt into cell that already has a single-cell prompt does not retrigger calculation. #280

@kaspermarstal

Description

@kaspermarstal

Works fine for =PROMPT.TOROW(), =PROMPT.TOCOLUMN(), and =PROMPT.TORANGE():

src\Cellm\AddIn\UserInterface\Ribbon\RibbonPromptGroup.cs:251

if (currentOutputShape == targetOutputShape)
{
    // Just recalculate
    ExcelDnaUtil.Application.ActiveCell.Calculate();
    return;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions