About 99,700 results
Open links in new tab
  1. Loading .bas files and running macro | MrExcel Message Board

    Jun 25, 2005 · I have a number of workbooks that I wish to run using the same macro stored in c:\\temp\\myMacro.bas Is it possible with VBA code to insert a new macro , import the .bas file …

  2. Import a .bas file into a specified workbook. - MrExcel

    Mar 13, 2006 · First, create a folder named C:\BasFiles Then, place a bas file (MyMod.bas) in this folder so that the path will be C:\BasFiles\MyMod.bas By right clicking on this file, insert your …

  3. Importing a .bas file into an excel to run the code in another one

    Dec 2, 2019 · Hello, I am trying to import a .bas file into an Excel1. but it directly saves as a Class module, while I need it to be saved as a module or in as a Excel...

  4. Import .bas files in to a VBA Project | MrExcel Message Board

    Aug 16, 2012 · Hallo! How can i import a .bas file in to a VBA project? I have made this code, but it doesn't import the files: Sub Macro1 () Dim fiLename As String...

  5. command line - Where is .bashrc? - Ask Ubuntu

    0 Bashrc file is a hidden file inside the home directory. It is actually, give the path directions. And those are wanted to edit .bashrc file, try this command gedit ~/.bashrc instead of this ~/.bashrc …

  6. Company file won't open after updating to latest version 2024.3.0

    My company file won't open since upgrading to lastest version. It was working fine with the older version then told me that i need to upgrade to the lastest version 2024.3.0 and now it won't …

  7. Personal.xlsb macros help! | MrExcel Message Board

    Aug 14, 2009 · Big size differences can be a tell-tale for corrupted files. Start by making copies with new name (s) then open them (the copies) with Excel and inspect the macros. Depending …

  8. How to execute Macros Libreoffice Impress v.5? - Ask Ubuntu

    Sep 28, 2015 · Assuming you need it only combined with a certain impress file: Open that impress file in LO; open the .bas file in a text editor; In Impress: Menu Tools -> Macros -> Organize …

  9. Import BAS file | MrExcel Message Board

    Jun 24, 2010 · Hello everyone I need a way to import a module with BAS extension to closed workbook I have Main.xlsm in which I need to put the code The code would open closed …

  10. How do I open a file from inside a bash script? - Ask Ubuntu

    Ok, so running gedit myfile.txt works well. But what about opening a file from inside a bash script, using the default desktop app linked to the filetype? I've tried below, which works great when ...