![]() |
Using data forms
I would like to create a worksheet where the data is entered in a data forms
dialog box. Is there a way to set the worksheet up so that when I bring it up the data form dialog box would automatically show? Also is there a way that I would be be able to to switch between the data form and the worksheet? Thanks |
You can switch between data form and worksheet by using the menu option
DataForm... options You could record a macro doing that and assign it to a toolbar button or one on the sheet. If you want it presented on opening the workbook, you could use the workbook_open() event thus Private Sub Workbook_Open() Worksheets("Sheet1").ShowDataForm End Sub -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England HIS "slaforest" wrote in message ... I would like to create a worksheet where the data is entered in a data forms dialog box. Is there a way to set the worksheet up so that when I bring it up the data form dialog box would automatically show? Also is there a way that I would be be able to to switch between the data form and the worksheet? Thanks |
All times are GMT +1. The time now is 02:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com