> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/excel-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/excel-plus/components/range/deconstruct-range.md).

# Deconstruct Range

Deconstruct a Range into it's Cells

## Description

Deconstruct a Range into it's Cells

{% tabs %}
{% tab title="Preview" %}
![](https://2501927618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe08Uu2w6ybaOmfvcxkKf%2Fuploads%2FalAmIh3By1imt9Skz6zo%2FRange_Deconstruct.png?alt=media\&token=3c920824-4a5b-4473-863f-66cb14d0e82a)
{% endtab %}

{% tab title="Location" %}
**Name** | Deconstruct Range

**Nickname** | De Rng

**Tab** | ExcelPlus

**Panel** | Range

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**Rng** | **Range** (*range*) | A Range or Address (ex. A1:B1)

**A** | **Active** (*bool*) | Return only active cells. If true Flip (F) input will be ignored

**F** | **Flip** (*bool*) | If true, cells are listed by column. If false, by row
{% endtab %}

{% tab title="Outputs" %}
**Rng** | **Range** (*range*) | An Excel Range Object

**Cel** | **Cell** (*cell*) | A Cell or Address (ex. A1)

**A** | **Address** (*string*) | The Range address
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
