Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the text from a SPREAD CONTROL.

Status
Not open for further replies.

gruiz1998

Programmer
Jul 5, 2005
41
MX
Hi everyone!!!

Does anybody know how to get the text in a selected cell from a Spread Control without using Click or DblClick events?

THANKS IN ADVANCE!!!!!
 
Just to clarify... Are you referring to FarPoint's spread control?

I have a lot of experience with Spread Version 3.0.16 (yeah, I know, it's a really old version).

Anyway....

Code:
    vaSpread1.Row = vaSpread1.ActiveRow
    vaSpread1.Col = vaSpread1.ActiveCol
    MsgBox vaSpread1.Text

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top