Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am not new to Excel, but I am new to using forms within the application.
I've created a form to make it easier for a user to enter the information that I need in my table. But I'd like the form to open automatically when the user opens the Excel file. (Otherwise, how will they even know that a form exists for them to use?) I'm sure there has to be a way to do this, but I haven't found it yet. Any suggestions would be greatly appreciated. Thanks! |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Assuming you mean Dataform, record a macro when you open the form, right
click the excel icon next to the file menu, select view code, from left dropdown in main window select workbook and then paste in the code from the recorded macro between the 2 lines, will probably look like Private Sub Workbook_Open() ActiveSheet.ShowDataForm End Sub make sure all users accept the macro when opening the workbook -- Regards, Peo Sjoblom "Bejewell" wrote in message ... I am not new to Excel, but I am new to using forms within the application. I've created a form to make it easier for a user to enter the information that I need in my table. But I'd like the form to open automatically when the user opens the Excel file. (Otherwise, how will they even know that a form exists for them to use?) I'm sure there has to be a way to do this, but I haven't found it yet. Any suggestions would be greatly appreciated. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL SELECTED FILE DOES NOT OPEN ONLY BLANK EXCEL MUST GO THROUG. | Excel Discussion (Misc queries) | |||
Display form from an VB application in Excel | Excel Discussion (Misc queries) | |||
Settings for open excel twice if open 2nd excel file (2 taskbar bu | Excel Discussion (Misc queries) | |||
How do I automatically open linked documents in Excel? | New Users to Excel | |||
Why can I not open an Excel Compound file with Office Excel xp? | Excel Discussion (Misc queries) |