How to sum hours in Excel Macro VBA

  • Thread starter Thread starter Tazo
  • Start date Start date
T

Tazo

Hi I need help to sum hours in Excel VBA. Before I just simply made
the macro create a formula to sum the hours but now the users want to
the total working hours for several months and the string created in
the macro is too long and the macro errors out. Is it possible that
someone can post some sample code to help me out

Thank You
 
summing hours is no different than summing anything else but you confuse me
when you say
the total working hours for several months and the string created in
the macro is too long and the macro errors out.

why are you referring to strings when summing?
Can we see a snippet of the code that 'errors out'

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top