Cindy
Wed May 11 16:40:57 CDT 2005
Hi Tsair,
I'm confused. Are you looking for the name/number of a cell in an Excel
spreadsheet? You can use oExcel.ActiveCell.Column (or Row) and get the
numeric position of the cell.
If this isn't what you're after, try posting a little of the code you are
using and we can see what you're doing.
--
Cindy Winegarden MCSD, Microsoft Visual Foxpro MVP
cindy_winegarden@msn.com www.cindywinegarden.com
Blog:
http://spaces.msn.com/members/cindywinegarden
"tsair" <tsair@myjaring.net> wrote in message
news:uwVBksgVFHA.3760@TK2MSFTNGP15.phx.gbl...
>I have 8 table in one document and has been point cursor to one of the
>table by bookmark.
>
> How do i determine the table index of current cursor position ?
>
>