
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 …
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 …
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...
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...
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 …
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 …
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 …
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 …
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 …
Extracting vba code without opening Excel | MrExcel Message Board
May 17, 2021 · When I try to open this module the Excel file crashes as well. I would like to get the code written within this module. I already tried to export the module and save it as a '.bas' …