Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello guys,
we are going to input data very frequently, and we need an easier way to input it. I remembered i came up to an excel file were it had: 'Input Data' i clicked on it, and then a pop up window came up (like the ones in Access) and had 4 separate tabs to enter data. Is there a way to create such a pop-up window ? thanks guys.... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It sounds like the file you came across had a userform started by a button
on the sheet. The short answer yes, it can be done. In Excel, right-click on a tab name and click View Code to open the VBA editor. Open the VBA help file and look at UserForm, TextBox, ListBox, ComboBox for starters. Ian "Haris" wrote in message ... Hello guys, we are going to input data very frequently, and we need an easier way to input it. I remembered i came up to an excel file were it had: 'Input Data' i clicked on it, and then a pop up window came up (like the ones in Access) and had 4 separate tabs to enter data. Is there a way to create such a pop-up window ? thanks guys.... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks...
its userform i meant. I will try and see if it is possible to understand it. "Ian" wrote: It sounds like the file you came across had a userform started by a button on the sheet. The short answer yes, it can be done. In Excel, right-click on a tab name and click View Code to open the VBA editor. Open the VBA help file and look at UserForm, TextBox, ListBox, ComboBox for starters. Ian "Haris" wrote in message ... Hello guys, we are going to input data very frequently, and we need an easier way to input it. I remembered i came up to an excel file were it had: 'Input Data' i clicked on it, and then a pop up window came up (like the ones in Access) and had 4 separate tabs to enter data. Is there a way to create such a pop-up window ? thanks guys.... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Haris
See also: ActiveSheet.ShowDataForm Cordially Pascal "Haris" a écrit dans le message de news: ... Hello guys, we are going to input data very frequently, and we need an easier way to input it. I remembered i came up to an excel file were it had: 'Input Data' i clicked on it, and then a pop up window came up (like the ones in Access) and had 4 separate tabs to enter data. Is there a way to create such a pop-up window ? thanks guys.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up slider bars to input data in Excel? | Excel Worksheet Functions | |||
Excel Data Input Box | New Users to Excel | |||
How do I add input data in the input ranges in drop down boxes. | Excel Discussion (Misc queries) | |||
How can I put more data in the Excel input message? | Excel Discussion (Misc queries) | |||
Two Input Data Tables in Excel | Excel Discussion (Misc queries) |