About 4,710,000 results
Open links in new tab
  1. What is the equivalent of "!=" in Excel VBA? - Stack Overflow

    Because of that, getting the length in VBA is fast -- it's just reading an integer from memory -- and is slow in Java -- you need to iterate through the string.

  2. Excel VBA Loop on columns - Stack Overflow

    Dec 21, 2012 · Excel VBA Loop on columns Asked 12 years, 10 months ago Modified 5 years ago Viewed 283k times

  3. Newest 'vba' Questions - Stack Overflow

    Visual Basic for Applications (VBA) is an event-driven programming language which was first introduced by Microsoft in 1993 to give Excel 5.0 a more robust object-oriented language for …

  4. ms access - VBA shorthand for x=x+1? - Stack Overflow

    VBA shorthand for x=x+1? Asked 11 years, 11 months ago Modified 3 years, 10 months ago Viewed 207k times

  5. vba - Continue For loop - Stack Overflow

    Heck, I wrote so much VBA code at one time (before CS and IT were a thang) that I couldn't even recognise that I was the one who wrote some of it. Appreciate the intellectual exercise 25 …

  6. vba - How to add default signature in Outlook - Stack Overflow

    54 I am writing a VBA script in Access that creates and auto-populates a few dozen emails. It's been smooth coding so far, but I'm new to Outlook. After creating the mailitem object, how do I …

  7. vba - Excel doesn't update value unless I hit Enter - Stack Overflow

    Jul 8, 2015 · I have a very annoying problem in one of my worksheets in a workbook. I am using EXCEL 2007. Any cell's value will not be updated unless I hit ENTER. Either if the formula in …

  8. VBA - Copying and Pasting from Multiple Excel files to Single Excel ...

    Jul 21, 2015 · The code is from: Excel VBA: automating copying ranges from different workbooks into one final destination sheet? Thanks a lot for any help, I really appreciate it and please feel …

  9. 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 …

  10. vba - Excel UserForm displays at the wrong size - Stack Overflow

    Jul 26, 2018 · I'm having a very strange issue with Excel UserForms; when I display a form by clicking a command button in my worksheet, the size of the form warps significantly, making it …