Hi,
I'm looking for a way to do Automatic updating of Regression Analysis which I have on a spreadsheet. This is unlinke having a chart or cells linked where that is merely an option which is clicked off in calculations tab.
Presently I've created a Macro to run the Data Analysis section which looks like this:
Sub run_a_macro()
'
' run_a_macro Macro
' Macro recorded 11/15/2005 by
'
Application.Run "DoseResponse_dB_Template_ROUGH.xls!Regression_Analysis"
End Sub
Is there a way I can get this to automatically run say after a paste is done on the sheet? This is the only way I can think of to automate the Data Analysis tool. Does anyone have suggestions or can they offer a command to run the above Macro after a paste is done on the sheet?
Thanks!!
Ed
Kind Regards,
Edward Apacible
International Flavors & Fragrances
Ph: 732-264-4500 Ext. 3469
Fax: 732-335-2350
I'm looking for a way to do Automatic updating of Regression Analysis which I have on a spreadsheet. This is unlinke having a chart or cells linked where that is merely an option which is clicked off in calculations tab.
Presently I've created a Macro to run the Data Analysis section which looks like this:
Sub run_a_macro()
'
' run_a_macro Macro
' Macro recorded 11/15/2005 by
'
Application.Run "DoseResponse_dB_Template_ROUGH.xls!Regression_Analysis"
End Sub
Is there a way I can get this to automatically run say after a paste is done on the sheet? This is the only way I can think of to automate the Data Analysis tool. Does anyone have suggestions or can they offer a command to run the above Macro after a paste is done on the sheet?
Thanks!!
Ed
Kind Regards,
Edward Apacible
International Flavors & Fragrances
Ph: 732-264-4500 Ext. 3469
Fax: 732-335-2350