Dates in excel

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I would like code to run if the criteria of a range is
between two dates (ie a particular month) what code do I
require for this?
 
Hi Eric
could you give some more details?
- do you want to test cells within a manual started macro
- do you need to run the macro automatically (an event procedure)

Best way: You may provide an example of what you're trying to achieve:
- name some cell values
- describe what should happen
 
Frank
I have an excel sheet with one column with dates entered,
other columns consist of data occuring on those dates. I
have another sheet with rows of the months of the year
and columns which require the data to autofill(via a VBA
program) from sheet1 dependant on the date previously
mentioned.Specifying dates between or particular months
is causing me the problem.
 

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