excel - Macro to add up values stored in variables in a row -


i have excel file shift details employees afternoon(a), night (n) , morning (m). values filled in row. every shift, there different shift allowances different level peoples.

example: a=200, m=200 , n=400

i need sum shift allowances @ go. off course need define values of a, m , n manually before running macro.

please help.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -