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

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

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

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

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

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

  8. HTTPS POST request using VBA for Excel - Stack Overflow

    Aug 12, 2009 · HTTPS POST request using VBA for Excel Asked 16 years ago Modified 4 years, 5 months ago Viewed 48k times

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

  10. vba - Lock down Microsoft Excel macro - Stack Overflow

    Sep 9, 2016 · I've spent some time writing an Excel Macro that is potentially worth money to a lot of companies. How can I lock down the macro to prevent people seeing the source / …