Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to have a form pop-up when a MS Excel file is opened, where I
enter budget items that are used in a spreadsheet behind the scenes. I am trying to create a retirement planner spreadsheet. -- Fred Benson |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One solution is to use the auto form on the 'Data' menu. Assuming your data
sheet is in a table format and the firstsheet in the book then put the following marco in the workbook code in the VBA editior. Save it and close the wookbook and then open the work book. Private Sub Workbook_Open() ActiveSheet.ShowDataForm End Sub If you want a custom userform then design it and replace ActiveSheet.ShowDataForm above with Userform1.show if you call the form Userform1. -- Hope this helps Martin Fishlock, Bangkok, Thailand Please do not forget to rate this reply. "fbenson" wrote: I would like to have a form pop-up when a MS Excel file is opened, where I enter budget items that are used in a spreadsheet behind the scenes. I am trying to create a retirement planner spreadsheet. -- Fred Benson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
how to generate a unique form # when using an excel form template | Excel Worksheet Functions | |||
Move Word form to Excel | Excel Discussion (Misc queries) | |||
Open Form Automatically in Excel File | New Users to Excel | |||
Excel Sheet default setting. | Excel Discussion (Misc queries) |