About 12 results
Open links in new tab
  1. Excel 2010 userform, division with textboxes

    May 13, 2014 · example please ? I'm a nube! heads up Tuesday, May 13, 2014 5:32 PM 0 Sign in to vote textbox2 / textbox1 = textbox3 is the objective where Corp is the userform name,

  2. Can't insert a ListView control in userform!

    Jul 21, 2015 · Everytime i try to insert a ListView control into my excel userform, i get some "Non specified error" message, if it is version 6.0. If another version, it says the control doesn't have …

  3. Can NOT change BackColor of Label on Worksheet (can change …

    Nov 12, 2016 · After updating Office (I don't remember when), BackColor of a Label on Worksheet can NOT be changed, but that on UserForm can be changed.

  4. Inserir gráfico Excel em um userform via VBA

    2. Crie o userform e adicione um controle Image. 3. Crie um código VBA para salvar o gráfico como um arquivo GIF e estabeleça a propriedade Picture do controle Image para o arquivo …

  5. Toggle Button Class Module - & TextBox

    Jun 19, 2016 · My userform has 15 toggle buttons. Each one is clicked to Show a different Textbox. If i do it the old fashioned way - I can just repeat the code - below , but I have come …

  6. How do I close a form in another workbook via VBA?

    Jun 5, 2013 · ShowForm was just an example for testing and it doesn't matter where the code for Show'ing the form is, doesn't have to be in a normal module. It looks like the name of the …

  7. Textbox controlsource - social.msdn.microsoft.com

    Apr 25, 2012 · is it possible to set the controlsource for a userform textbox to a cell in Excel? example: tbMyvalue is a textbox in my user form. I want to assign its value to cell B1 in sheet1 …

  8. Project 2010 Standard - VBA export to Excel; Latest Baseline

    Jun 3, 2013 · For a user specified approach you will need to create a userform. In that userform set up a variable for the selected baseline and then use that variable as the Value in your …

  9. Como fazer divisão entre os valores de 2 TextBox e mostrar em …

    Oct 4, 2018 · É facil. Para as contas saírem corretas deves digitar os valores com vírgula e não com ponto se se tratar de valores decimais. Deste o exemplo de digitar o valor de "6.3", mas e …

  10. Problemas com formulário VBA e diferentes resoluções de tela

    Ao enviar esse formulário para um colega, para que o mesmo pudesse avaliar o layout, tive a surpresa de notar que alguns elementos (controles label e image) haviam se deslocado um …