Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 812 Bytes

Excel.PivotField.MemoryUsed.md

File metadata and controls

38 lines (23 loc) · 812 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotField.MemoryUsed property (Excel)
vbaxl10.chm240109
vbaxl10.chm240109
Excel.PivotField.MemoryUsed
8faeb893-e0a0-39ed-aa78-4b2b5bb67d69
05/07/2019
medium

PivotField.MemoryUsed property (Excel)

Returns the amount of memory currently being used by the object, in bytes. Read-only Long.

Syntax

expression.MemoryUsed

expression A variable that represents a PivotField object.

Example

This example displays a message box showing the number of bytes that Microsoft Excel is currently using.

MsgBox "Microsoft Excel is currently using " & _ 
 Application.MemoryUsed & " bytes"

[!includeSupport and feedback]