Tables

P

Phil

Is there a way to determine the row and column for the cell the cursor is currently residing in

Thanks

Phil
 
P

Phil

I am doing this through VC++ by creating classes via ClassWizard and MSWORD9.olb and there is no RowIndex or ColumnIndex option in the Cells class. Any ideas?
 
E

Ed

Please excuse me for jumping in, but is there a way to determine which Table
of the document you are in? (Is there a TableIndex?) (I asked this a short
while back, but I've lost the answers.)

Ed
 
J

Jezebel

If you're using MSWORD9.olb, the Cell class does have RowIndex and
ColumnIndex properties -- the Cells (plural) class does not, since that's
just the collection; but the members of that collection do. To view it all,
fire up Word's VBA and look at the Object Browser.


Phil said:
I am doing this through VC++ by creating classes via ClassWizard and
MSWORD9.olb and there is no RowIndex or ColumnIndex option in the Cells
class. Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top