I wondering if there is a way to have a button in a macro free workbook call a macro in another workbook AND for the macro to know the filename of the workbook with the button.
Basically, I need to have a macro free workbook that is shared and edited by different people. I don't want them to have to answer the security questions that come with a macro enable workbook. But at the same time, I would like to invoke macro functions on the workbook when I am editing it.
I know that I can assign a macro from a different book to a button residing in this book. But, I can't think of anyway to pass the name of the 'calling' workbook to the function. Can anybody think of a way to do this? I may simply have to present a form that list ALL open workbooks and then choose which one to work in.
Thanks in advance for any tips,
t
Basically, I need to have a macro free workbook that is shared and edited by different people. I don't want them to have to answer the security questions that come with a macro enable workbook. But at the same time, I would like to invoke macro functions on the workbook when I am editing it.
I know that I can assign a macro from a different book to a button residing in this book. But, I can't think of anyway to pass the name of the 'calling' workbook to the function. Can anybody think of a way to do this? I may simply have to present a form that list ALL open workbooks and then choose which one to work in.
Thanks in advance for any tips,
t