Posts
 
Reputation
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

2 Posted Topics

Member Avatar for dfs3000my

[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

Member Avatar for Yiannis_Sp
0
54
Member Avatar for Earendil

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

Member Avatar for Yiannis_Sp
0
284

The End.