E
Ed Peters
I have a macro I wrote that does a calculation based on a range of cells.
HCP(c6:u6).
I have another macro (procedure) that's executed when a button is pressed.
I want my procedure to ensure every HCP() function is executed in the
workbook before it continues. Any ideas on how I program this into my VB
code?
HCP(c6:u6).
I have another macro (procedure) that's executed when a button is pressed.
I want my procedure to ensure every HCP() function is executed in the
workbook before it continues. Any ideas on how I program this into my VB
code?