Anyone have a good way of testing an OLAPCellWriteBufferWriteNumberDynamic call prior to adding the command to the buffer? Im automating a load of MDAC rights based on user supplied data. I want to ignore any invalid cells. Thought about doing a try/catch on OLAPWriteBuffer with the current member and if it fails, skip adding it to the buffer but it seems a bit overkill and wonder if anyone has a more eloquent solution.
Thanks.