About 14,200 results
Open links in new tab
  1. VBA call to open Excel from Access and to open and auto-run macro

    Apr 23, 2018 · I have an Excel 2016 workbook that has a subroutine that executes upon opening the workbook. It works fine. The subroutine deletes some sheets, makes (and names) some …

  2. Excel VBA: unexplained bad record length error

    Sep 20, 2017 · Below is the VBA Help for GET. I think the best solution is to open the file in binary mode rather than Random Mode. You are missing the 2 extra bytes in your record for the …

  3. Create Outlook email draft using range from excel

    Jan 20, 2011 · i am trying to copy a range of cells in excel and then paste the same in the outlook body using vba. Could any help me with the code. or could any one give me a appropriate link …

  4. Creating an excel employee schedule for multiple sites and for …

    Jun 6, 2017 · I need to create a fairly complicated excel format for scheduling, I have multiple permanent sites and receive last minute request for coverage. With a large employee pool, …

  5. Declaring Objects in Excel VBA referencing DLL

    Jul 21, 2011 · A coworker developed a DLL in Visual Studio that contains several classes. On his machine, the DLL shows as registered in his VBA tools interface.

  6. Excel Refresh () From Powershell - social.msdn.microsoft.com

    Mar 28, 2013 · Excel can do anything (alright, almost anything) that you can imagine, and this task would be easier (for us Excel folks) in VBA, using Excel as the vessel for the code. You …

  7. How to parse HTML file from VBA code into Excel

    Answers 0 Sign in to vote Hi One option would be to open the file in Word as TextFile and take the content out Sub OpenAsText () Documents.Open "C:\\DOC.html", , , , , , , , , …

  8. Access 2013 vba not working - social.msdn.microsoft.com

    Oct 16, 2014 · I have a vba routine in Access that imports Excel files into tables. It starts with opening a dialog box to choose which file to import. Has worked fine in 2007 & 2010 - still …

  9. VBA code to add an icon onto the Quick Access Toolbar in Excel …

    Jul 10, 2017 · Ok. Excel quick access toolobar customization can be done from a file excel.qat which is saved automataically in above mentioned path. You can manually open and edit for …

  10. VB Script : How to delete entire row with certain string?

    Jul 16, 2017 · I'd like to confirm what you want to do. 1. Is your language Excel VBA? Instead of VB Script. 2. Do you want to delete all rows where column A does not contains "Total"? It so, …