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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grid that works like excel

Status
Not open for further replies.

eequalsmc2plus1

Programmer
Aug 26, 2002
28
ZA
Hey,

Anyone know what control I can use if I want a grid that
works sort of like excel ?
Where you can click anywhere and type whatever you want.
Just that, doesnt need 2 be linked 2 DB or nothing.

Thanks
 
Textbox array?
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 

Hi
This spread control from farpoint technologies is quite good, I'm currently using it at the moment, it works just like excel and you can add formulas etc etc. It's obviously a 3rd party control so there are developer licences to purchase , if that's not an issue give it a go.
 
I also prefer the vaSpread control from farpoint. In cases where licensing was a problem, I used the normal MSFlexGrid control, with textboxes that changes dynamic if I need to change info

Search the MSDN libraries for MSFlexgrid tips and tricks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top