Quote Originally Posted by Rajesh Kr Joshi View Post
Hi I have two following macros in one wrokbook:

1- FormatSheet
2- DeleteData

I wants to trigger DeleteData macro while running FormatSheet macro when in Sheet2 J4 cell value is 0. So it woukd be somthing like this:

run DeleteData if Sheet 2 cell value =0 , if not continue with FormatSheet macro
It would probably help if we could see your FormatSheet macro (probably seeing the DeleteData macro would be helpful as well) and indicate where in the FormatSheet macro you think you want to run the DeleteData macro at. Posting a copy of your workbook with the macro installed in it would be even better.