About 283 results
Open links in new tab
  1. windows - How to open a specific excel file with a batch script

    I want the excel file to open automatically during the computers startup. The way that I have decided to go about doing this is to write a batch script that opens the excel file and to then put …

  2. How open a workbook from excel office script - Microsoft Q&A

    Aug 6, 2021 · I'd like to process SEVERAL workbooks in the same folder of the web excel file where I'm running the script (excel office script) to consolidate information from several …

  3. Script to Automate an excel file to Open, wait 5 seconds, Save …

    Sep 18, 2019 · I have an excel file that I currently have to manually open, wait 5 seconds for it to update its data, save it and close it. I have do this multiple times a day. An internal webserver …

  4. VBScript to Open an Excel File and then do a Save As

    Jul 9, 2018 · I am trying to write a vba script to automatically open an excel file increase the day by one in a certain cell and then wait 2 minutes for all other field to populate information from …

  5. How to open excel workbook from powershell for automation

    You need to open it as a ComObject. $Excel = New-Object -ComObject Excel.Application $Workbook = $Excel.Workbooks.Open($FilePath) In that example you would have needed to …

  6. How to Open Excel Files Using VBA (Examples) - Trump Excel

    With VBA in Excel, you can easily open one or more Excel files by specifying their location. This is made possible by the Workbooks.Open method, which takes the file location as the argument …

  7. Office Scripts in Excel - Office Scripts | Microsoft Learn

    Aug 8, 2024 · Office Scripts in Excel let you automate your day-to-day tasks. Use the Action Recorder to turn manual steps into reusable scripts. Edit those scripts or create new ones with …

  8. batch file - bat script to start excel without hardcoded path and …

    Oct 21, 2017 · I need to write a .bat script that will start excel on a specific file. The hard part is that I don't know the exact path that excel is installed to. Additionally, I need to start it with an …

  9. How to Refresh Data in Excel Using a Batch Script - HatchJS.com

    Dec 26, 2023 · Batch Script to Open Excel File and Refresh Data. Excel is a powerful tool for data analysis and visualization, but it can be tedious to manually open and refresh data files. A …

  10. VBA Open / Close Workbook - Automate Excel

    Mar 3, 2022 · In this tutorial, you will learn how to use VBA to open and close Excel Workbooks and other types of Files in several ways. VBA allows you to open or close files using the …

Refresh