About 896,000 results
Open links in new tab
  1. types - What does the $ symbol do in VBA? - Stack Overflow

    What does the $ symbol do in VBA? Asked 15 years, 1 month ago Modified 6 years, 5 months ago Viewed 42k times

  2. VBA Run-time error '-2147467259 (80004005) - Stack Overflow

    Jul 1, 2015 · I am trying to connect to mysql using Excel VBA, I am using Excel 2013. I am new to VB, so i followed this example: Inserting Data Into MySQL From Excel Using VBA Here is my …

  3. vba - automation error -2146232576 (80131700) on creating an …

    Nov 16, 2016 · Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

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

    I have a subroutine that calls ActiveWorkbook.RefreshAll to bring new data in from an XML source on a website, and then performs multiple modifications to it. The problem is that not enough …

  5. Excel VBA Loop on columns - Stack Overflow

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

  6. vba - Pasting an Excel range into an email as a picture - Stack …

    Mar 17, 2015 · I'm creating an Outlook email from Excel (Office 2013). I want to paste a range of cells (C3:S52) into the email as a picture. Below is the code I have so far. Where am I going …

  7. VBA - how to conditionally skip a for loop iteration

    Dec 30, 2011 · VBA does not have a Continue or any other equivalent keyword to immediately jump to the next loop iteration. I would suggest a judicious use of Goto as a workaround, …

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

  9. Combine multiple Excel workbooks into a single workbook

    Oct 20, 2014 · I am a novice at Visual Basic. I can use either Excel 2010 or Excel 2013 for this task. I have dozens of workbooks with data on the first worksheet of each. For example …

  10. vba - Code to loop through all records in MS Access - Stack …

    May 3, 2011 · I need a code to loop through all the records in a table so I can extract some data. In addition to this, is it also possible to loop through filtered records and, again, extract data? …