Macro help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Forgive my intrusion on your time,

New to programming.

I need to construct a macro in excel that extracts the highest figure from a
series of data. From this figure it calculates the 10% value from the same
data. I have used =MAX() and =MAX()*.1 I further ned to grab a time sequence
between these two points and have all three data display in a result box of
some sort.
Can anyone help please?
 
Something along the lines of

myMax = Application.MAX(Range("A1:M1")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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