Hi
Just created an Excel Spreadsheet to track inventory information. Have a couple of macros created that add, find, delete etc. I have these macro's assigned to a toolbar that the user can access these.
The problem is that the toolbar runs the macros from the original file. My main goal is to run the macros from the file that is open versus opening the other file. Because if the file is moved or renamed the program will throw an error when it trys to run the macro.
Is there a way of compiling this(macro) into a *.dll file and assign it to the toolbar
Thanks
Just created an Excel Spreadsheet to track inventory information. Have a couple of macros created that add, find, delete etc. I have these macro's assigned to a toolbar that the user can access these.
The problem is that the toolbar runs the macros from the original file. My main goal is to run the macros from the file that is open versus opening the other file. Because if the file is moved or renamed the program will throw an error when it trys to run the macro.
Is there a way of compiling this(macro) into a *.dll file and assign it to the toolbar
Thanks