Posts by ludehenrique2cia • 67 points
4 posts
-
1
votes1
answer3337
viewsQ: Is it possible to edit Listbox data?
When double-clicking on the line to be edited from the Listbox opens the Userform with the data of the selected line. I cannot get the changes to be modified in Listbox and Spreadsheet. Code when…
-
2
votes1
answer2823
viewsQ: "Build Error" message (Loop without Do)
I don’t understand why I ever put Do Until! Private Sub cmdPequisar_Click() 'Verificar se foi digitado um nome na primeira caixa de texto If txtCPF.Text = "" Then MsgBox "Digite o CPF de um cliente"…
-
2
votes1
answer739
viewsQ: Highlight Textbox if the loaded value is equal in the worksheet
In a Registration Form when clicking search the textbox are completed. And if any of these Textbox has a value that is on plan1 from the "AS" column then this Textbox has the highlighted text (e.g.…
-
1
votes2
answers433
viewsQ: How to locate next values of the same customer
If you could just help me out with this one, and I think you’ll be good for someone else, too. I am trying to make sure that by clicking search the Textbox are filled with customer data, and…