V
Victor Delta
I have an Excel macro which is designed to minimise and then save the
open/active spreadsheet:
Application.WindowState = xlMinimized
ActiveWorkbook.Save
However, when it operates on one particular spreadsheet - "my work.xls" -
between the minimising and saving I would like it to run another macro
called "alter format". Assuming this is possible, can someone help me with
the code to achieve this please?
Many thanks
open/active spreadsheet:
Application.WindowState = xlMinimized
ActiveWorkbook.Save
However, when it operates on one particular spreadsheet - "my work.xls" -
between the minimising and saving I would like it to run another macro
called "alter format". Assuming this is possible, can someone help me with
the code to achieve this please?
Many thanks