About 50 results
Open links in new tab
  1. How to find a value in an excel column by vba code Cells.Find

    Feb 18, 2013 · How to find a value in an excel column by vba code Cells.Find Asked 12 years, 11 months ago Modified 4 years, 7 months ago Viewed 783k times

  2. What operator is <> in VBA - Stack Overflow

    Oct 21, 2012 · I was studying some vba code and came across this: If DblBalance &lt;&gt; 0 Then I can't figure out what operator this is, any help would be appreciated.

  3. How to do a "Save As" in vba code, saving my current Excel workbook ...

    I have an Excel Workbook that on form button click I want to save a copy of the workbook with the filename being the current date. I keep trying the the following ActiveWorkbook.SaveAs ("\\\\filePath\\

  4. vba - Insert line break in wrapped cell via code - Stack Overflow

    Mar 28, 2012 · Is it possible to insert line break in a wrapped cell through VBA code? (similar to doing Alt - Enter when entering data manually) I have set the cell's wrap text property to True via VBA code, …

  5. How can I speed up Excel VBA? - Stack Overflow

    Nov 3, 2017 · I have an excel file with a VBA code (Not written by me) How this code works is user enters a 6 digit number in a user form, the VBA then checks another sheet and if this 6 digit number …

  6. Excel VBA App stops spontaneously with message "Code execution has …

    Mar 2, 2023 · After developing the same piece of VBA code and running it hundreds of times (literally) over the last couple days I ran into this problem just now. The only thing that has been different is …

  7. How to Add Date Picker To VBA UserForm - Stack Overflow

    Nov 16, 2012 · I am looking for a control to add to userForm to enable a user to pick the date. I found a good one at this address Formatting MM/DD/YYYY dates in textbox in VBA from Siddharth Rout …

  8. vba - How to wait until ActiveWorkbook.RefreshAll finishes before ...

    With ActiveWorkbook.Connections("XMLTable") .Name = "XMLTable" .Description = "" End With ActiveWorkbook.Connections("XMLTable").refresh The class ActiveWorkbook.Connections does …

  9. excel - Unprotect workbook without password - Stack Overflow

    Oct 7, 2015 · I have a popular VBA code to unprotect a worksheet, but I am still running into the issue that the Workbook is protected. Sub PasswordBreaker() 'Breaks worksheet password protection. Dim …

  10. excel - Cracking Sheet Password with VBA - Stack Overflow

    I found this VBA code to unlock sheets without knowing the password: Sub PasswordBreaker() Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m As Integer, n As Integer Dim i1 As