Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.office.developer.vba,microsoft.public.office.developer.com.add_ins,microsoft.public.office.developer.automation,microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
In a C++ COM add-in for Excel I need to do something with all the cells on a worksheet. I saw that I can use Worksheet.UsedRange. However, this is a read-only property. Does this mean that the range itself is read-only, or the cells that are covered by this range (I hope the cells are writable)? Then, assuming I've got a Range object, how do I iterate all the cells in it an do my processing on each cell? Regards and thanks, Levente |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working with the range object | Excel Discussion (Misc queries) | |||
Working with the range object | Excel Discussion (Misc queries) | |||
returning pivottable object from a range object | Excel Programming | |||
Range object to Array object conversion | Excel Programming | |||
Range object to Array object conversion | Excel Programming |