Worksheet in Userform

S

Steve

I want to open a specific worksheet within a userform, this would enable the
user to input values on this worksheet within the userform where the data
from this worksheet would then be placed in the open workbook. Is there
anyway to open an excel spreadsheet in a userform and manipulate it in that
userform.

Thanks,
Steve
 
H

Harald Staff

Hi Steve

You can use a Microsoft Office Spreadsheet control on a userform (should be
found under additional controls in the toolbox). This will not be a live
representation of one of your workbook's worksheet though, so you must write
some code to transfer data between them.

HTH. Best wishes Harald
 

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

Top