Colin Legg
MrExcel MVP
- Joined
- Feb 28, 2008
- Messages
- 3,507
- Office Version
- 365
- Platform
- Windows
This one is more of a curiosity than anything else. I was exploring the Excel object model in the VBA IDE and I noticed that there's a
Range.ResetContents()
method. It's a hidden member so you have to right click > show hidden members in the object browser to see it. I don't remember seeing it before and I can't find any online documentation about it. Does anyone know exactly what it does and whether it's new or old? I'm wondering if it might have some edge case uses.