Displaying Cell Data on a Form

  • Thread starter Thread starter Ebgar
  • Start date Start date
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
 
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)
 
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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top