Jeremy asks “How do I get a macro to run automatically when the user opens a workbook? Jeremy Kim”
Place something like this in the Workbook module
Private Sub Workbook_Open() Call MyMacro End Sub
Where “MyMacro” is the name of YOUR macro.
By Juan Pablo Gonzalez on 19-May-2002
MrExcel.com Consulting can be hired to implement this concept, or many other cool applications, with your data.
MrExcel.com provides examples of Visual Basic procedures for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures on this web site are provided "as is" and we do not guarantee that they can be used in all situations.
|