Mark Humphreys

Results 56 comments of Mark Humphreys

Do you still have your initial issues?

Hi, I have written an example that access Excel - I've added it to the wiki. In doing this I corrected the documentation which was out of date - it...

It isn't possible to select the cells in the current code, but if the underlying cells implement the SelectItem pattern, then it should be possible. I am doing further work...

I've had a look at the patterns that the cells have, and it looks like they implement ISelectionItem, which as `select` and `addtoselection` - at least in Excel 2015, which...

Essentially, but the library will do much of the work for you, so you would have to do something like this (which is hidden in one of the example programs)...

When I do this via the the MS Inspect tool (which makes the same calls via automation), I can get the control, but set value returns ERROR - NOT IMPLEMENTED....