About 4,850,000 results
Open links in new tab
  1. 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

  2. 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

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

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

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

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

  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 - Is there a way to use macros in Excel online version (office …

    Feb 17, 2021 · I worked on excel macros for widows application to load data. I have created the add-in but now I have to use the same add-in in excel online version which is web based or is …

  10. vba - "ThisWorksheet" equivalent? - Stack Overflow

    In Excel, I have some macros that are part of a Worksheet module. In the code, I want to make sure that the ranges referred to are part of that worksheet. For example, in my Main Sheet …