About 120,000 results
Open links in new tab
  1. Putting tables in a text box | MrExcel Message Board

    Jul 10, 2002 · A text box is not really suited for this, it only shows one value so you would have to concatenate all your cells values together which would look messy. Using a list box may be …

  2. Add textbox to chart using VBA | MrExcel Message Board

    May 20, 2004 · Ok, I'm automating some charts, and I would like to know how, if possible, to add a textbox to a chart using VBA. I've tried recording this, but I can't seem to get the code to …

  3. Cannot add Text Box to worksheet | MrExcel Message Board

    Mar 6, 2006 · I have a workbook whcih contains a number of worksheets and charts. I need to add a text box to a chart but the text box icon is greyed out on the drawing toolbar, as are the …

  4. Add Text Box to Userform using VBA | MrExcel Message Board

    Aug 6, 2010 · Here you can see various design attributes that can be changed for this control. Set enabled=false (so user can't type in it). To the right of the first textbox, add a CommandButton …

  5. Hyperlinks in Text Boxes | MrExcel Message Board

    Jul 29, 2018 · Is there a way to place multiple hyperlinks in a single text box? Every time I select some text to make into a hyperlink, it makes the entire text box the link. I have a long Excel …

  6. Text box showing result of pivot table | MrExcel Message Board

    Jul 14, 2014 · I have a number of pivot tables which include sum of values. I need to display the total sum value field but in a text box. I have typed = into the text...

  7. Enter date dd/mm/yyyy in userform textbox - MrExcel

    Nov 29, 2006 · To clear the Text Box, and Enter a Date, You Have to Double click the TextBox . You could Add a Label to the "Userform" with this instruction. The "UserForm_Initialize ()" …

  8. Dynamically Create and Fill Value of Userform Textbox in VBA

    Dec 10, 2016 · Hi Community, I am stuck in a VBA conundrum. I am trying to create multiple UserForm Textboxes in vba and Fill each one with a unique value either by index, or by some …

  9. Excel VBA add text to TextBox without overwriting existing text.

    Jan 25, 2016 · I have a textbox on Worksheet A. The textbox name is TextboxB. I am trying to use VBA to add text to the end of the textbox without overwriting the text that is already in there. …

  10. Add a ToolTip to Any Cell in Excel - Excel Tips - MrExcel Publishing

    Aug 19, 2014 · Select Data, Validation (or press Alt + D followed by L) In the Data Validation dialog, go to the Input tab. Optionally type a title. Definitely type an Input Message Click OK …