Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) "Ebgar " wrote in message ... Is there any way to display cell data directly on a form? I've seen that 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 was going to start doing it with just labels, but there has to be an easier way. --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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". -- Regards, Tom Ogilvy "Ebgar " wrote in message ... Is there any way to display cell data directly on a form? I've seen that 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 was going to start doing it with just labels, but there has to be an easier way. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying cell data in a chart | Charts and Charting in Excel | |||
Displaying pivot cell underlying data | Excel Discussion (Misc queries) | |||
how do I change format for displaying data in cell? | Excel Discussion (Misc queries) | |||
Displaying data in bar form on a line chart | Charts and Charting in Excel | |||
linked cell is displaying formula instead of the data | Excel Worksheet Functions |