Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~338 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
[inlinecode] ActiveCell.Text[/inlinecode] should do the trick. I vaguely seem to remember some length limitations on the property though, so you might want to check that before using. Yiannis
I had the same problem with Visual C++ 6.0 (trying the same example; same book) explicitly stating the namespace like below works, I would love to know why though (shouldn't "using std::vector;" have take care of this?) typedef std::vector<double>::size_type vec_sz; -- Yiannis
The End.
Yiannis_Sp