About 14,400 results
Open links in new tab
  1. VBA Workbooks.open method opens file in Read only

    Nov 25, 2020 · I am using below method to open the file from SharePoint but it opens read only. I want to open it in edit mode. I have mapped sharepoint documents library as network drive folder.

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

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

  5. Previous beta version error when reading a file created in Exel 2007

    Jan 13, 2009 · Message="This file was created in a previous beta version of Excel 2007. Open the file with Excel 2007 to save it to the most recent version of the Excel 2007 file format …

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

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

  8. How to use VBA in Excel to convert a pdf file to XML?

    Feb 16, 2015 · I need to convert pdf to XML format so that it can be imported into Excel workbook and the information can be extracting out and mapped to existing excel cells. What is the …

  9. Copying muliple rows from one Worksheet to another.

    Jun 20, 2011 · I've been using the method below in VBA for a long time and just finished converting the same code to C# below. It is much more efficient to use the Autofilter method in …