Displaying Cell Data on a Form

E

Ebgar

Is there any way to display cell data directly on a form? I've seen tha
there are Excel Controls you can use, but that seems a little overkill
I would just like to display a 5 x 5 range of cells on my form. I wa
going to start doing it with just labels, but there has to be an easie
way
 
B

Bob Phillips

There are grid form controls, is that overkill in your view?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
T

Tom Ogilvy

There is no built in grid control distributed for userforms.

So either you overkill, or use labels or textboxes.

You can use a multicolumn listbox if you don't need the "grid".
 
Top