Working with Cells on Userform

  • Thread starter Thread starter Jeff Ingraham
  • Start date Start date
J

Jeff Ingraham

Hi all,

Just wondering, is there a way a userform could show a cell range, such as a
sudoku grid? I wrote a program that helps people solve sudoku, but the grid
I use is on the actual workbook sheets. Is there a way I could have this
matrix (all the cells) appear as a window on a user form? That way I could
adjust the user form to adapt to various screen resolutions.
I haven't been able to find out if you could do this or not...

Thanks for any help
Jeff
 
You could do it with an array of textboxes, or using a datagrid control.
There is one in the additional controls on the userform, never used it
personally, but it is there.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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