About 5,710,000 results
Open links in new tab
  1. Formula bar in Excel: how to show, hide, expand or collapse

    Mar 21, 2023 · In this short tutorial, you will learn what the Excel formula bar is, how to restore a missing formula bar in different versions of Excel, and how to expand the formula bar so that a …

  2. Excel VBA InputBox: Step-by-Step Guide and 9 Examples

    Quickly learn how to create input boxes (with both the InputBox function and the Application.InputBox method) using macros with this step-by-step tutorial. Includes 9 easy-to …

  3. How to show an input box when clicking on a cell in Excel?

    Apr 17, 2025 · Learn how to show an input box when clicking on a cell in Excel using VBA code or the Bigger Formula Bar feature in Kutools for Excel for efficient data entry.

  4. InputBox Function in Excel VBA - GeeksforGeeks

    Aug 30, 2023 · Syntax: InputBox (prompt [,title] [,default] [,xpos] [,ypos] [,helpfile, context]) Arguments of the Input box, help customize your input box by changing the title, fixing the …

  5. Can I add a function in a Text Box and display only the results?

    Jan 16, 2015 · You can achieve what I think you want by using "Shapes" under the "Insert Tab": I created a simple rectangle, which probably most represents a "text box". Then all you have to …

  6. Get User Submitted Data from a Prompt in Excel using VBA Macros

    How to prompt a user for their input in Excel. There is a simple way to do this using VBA and macros; we use the InputBox function. This causes a small window to appear that has a place …

  7. How to Instantly Expand The Formula Bar in Excel - Spreadsheeto

    Aug 29, 2024 · The Formula Bar is a toolbar that displays the Excel formulas or text entries in the cells of the worksheet. Knowing how to expand the Excel formula bar can help you view, …

  8. Getting User Input in a Dialog Box (Microsoft Excel)

    May 14, 2022 · If you need to get input from a user under control of a macro, one method you can use is to employ the InputBox function. This function displays a dialog box and allows the user …

  9. VBA InputBox – Get Input from a User - Automate Excel

    Aug 10, 2022 · Here is how you can create an InputBox where the data is returned into a string variable. Notice first we declare a variable. This variable will be assigned the value that the …

  10. Formula Bar - How To Excel

    Sep 8, 2021 · The Formula Bar can be expanded either vertically or horizontally depending on your needs. To expand the Formula Bar horizontally, move the mouse cursor to the area …

Refresh