Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. How to use the forms controls on a worksheet in Excel

    support.microsoft.com/en-us/office/how-to-use-the-forms-controls-on-a...

    To use the form controls, you have to enable the Developer tab. To do this, follow these steps: Click File, and then click Options. Click Customize Ribbon in the left pane. Select the Developer check box under Main Tabs on the right, and then click OK.

  3. Show the Developer tab - Microsoft Support

    support.microsoft.com/en-us/office/show-the-developer-tab-e1192344-5e56-4d45...

    The Developer tab is the place to go when you want to do or use the following: Write macros. Run macros that you previously recorded. Use XML commands. Use ActiveX controls. Create applications to use with Microsoft 365 programs. Use form controls in Microsoft Excel. Work with the ShapeSheet in Microsoft Visio.

  4. Create and save all your macros in a single workbook

    support.microsoft.com/en-us/office/create-and-save-all-your-macros-in-a-single...

    Macros and VBA tools can be found on the Developer tab, which is hidden by default, so the first step is to enable it. For more information, see Show the Developer tab. Next, create a macro. We’ll record a macro that does nothing, but will create the Personal Macro workbook.

  5. Overview of forms, Form controls, and ActiveX controls on a...

    support.microsoft.com/en-us/office/overview-of-forms-form-controls-and-activex...

    Controls are objects that display data or make it easier for users to enter or edit data, perform an action, or make a selection. In general, controls make the form easier to use. Examples of common controls include list boxes, option buttons, and command buttons.

  6. Automatically run a macro when opening a workbook

    support.microsoft.com/en-us/office/automatically-run-a-macro-when-opening-a...

    Before you get started, make sure the Developer tab is shown on the ribbon. For more information, see Show the Developer tab. To use the example below, open a new workbook. Important: VBA code cannot be undone, so make sure to test your code on a blank workbook, or a copy of an existing workbook.

  7. Add a list box or combo box to a worksheet in Excel

    support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet...

    Add a list box to your Excel worksheet from which users can choose a value. Make data entry easier by letting users choose a value from a combo box. A combo box combines a text box with a list box to create a drop-down list. You can add a Form Control or an ActiveX Control combo box.

  8. Add a check box, option, or Toggle button (ActiveX controls)

    support.microsoft.com/en-us/office/add-a-check-box-option-or-toggle-button...

    Toggle buttons indicate a state between an enabled or disabled state when the button is clicked. To add an ActiveX control, you’ll need the Developer tab on your Ribbon. Note: To enable the Developer tab, click File > Options > Customize Ribbon , select the Developer check box, and click OK.

  9. Change macro security settings in Excel - Microsoft Support

    support.microsoft.com/en-us/office/change-macro-security-settings-in-excel-a97...

    In Excel, you can change the macro security settings to control which macros run and under what circumstances when you open a workbook. For example, you might allow macros to run based on whether they are digitally signed by a trusted developer.

  10. Add or register an ActiveX control - Microsoft Support

    support.microsoft.com/en-us/office/add-or-register-an-activex-control-8fc743a1...

    Add a label or text box to a worksheet. Overview of forms, Form controls, and ActiveX controls on a worksheet. Enable or disable ActiveX settings in Office files. Learn how to insert or register ActiveX controls in your Excel spreadsheet.

  11. Export XML data - Microsoft Support

    support.microsoft.com/en-us/office/export-xml-data-0b21f51b-56d6-48f0-83d9-a...

    Before exporting XML data, you will need to enable the Developer tab on the ribbon. See Show the Developer tab. When creating XML Maps and exporting data in Excel to XML data files, there's a limit on the number of rows that can be exported. Export to XML from Excel will save a maximum of 65,536 rows.

  12. Edit a macro - Microsoft Support

    support.microsoft.com/en-us/office/edit-a-macro-ed9e8c3d-58fd-47a1-83eb-bdee...

    To edit a macro that is attached to a Microsoft Excel workbook, you use the Visual Basic Editor. Important: Before you can work with macros, you have to enable the Developer tab. For more information, see Show the Developer tab.