D
Don
I have a workbook that contains one data entry sheet and
several other sheets that contain forms that pull data
from the data entry sheet.
Example...new activations (one per row) are entered in the
first empty row at the bottom of the data sheet during the
month in no particular date order...in each row is a
billing date column (left empty at this time)...at the end
of each month an invoice is generated using a macro that
sorts the entire data sheet (descending by date of
activation)....this brings the most recent activations to
the top of the data sheet. The invoice sheet then tests
the billing date cell for each row on the data sheet...if
it's empty, it generates the necessary data on the
invoice. There may be as few as just one or as many as 30
rows involved and I only want to apply the current billing
date to that cell on the data entry sheet for those listed
on the invoice sheet and not change the existing dates
from previous billings.
I've tried to automatically fill in the billing date cell
on the data entry sheet using formulas, but this generates
a circular function. I suspect the solution is in the
coding of the macro but I am new to coding and do need
help with that. If it's possible to do what I've outlined
above, I would greatly appreciate your input.
Thanks in Advance,
Don
several other sheets that contain forms that pull data
from the data entry sheet.
Example...new activations (one per row) are entered in the
first empty row at the bottom of the data sheet during the
month in no particular date order...in each row is a
billing date column (left empty at this time)...at the end
of each month an invoice is generated using a macro that
sorts the entire data sheet (descending by date of
activation)....this brings the most recent activations to
the top of the data sheet. The invoice sheet then tests
the billing date cell for each row on the data sheet...if
it's empty, it generates the necessary data on the
invoice. There may be as few as just one or as many as 30
rows involved and I only want to apply the current billing
date to that cell on the data entry sheet for those listed
on the invoice sheet and not change the existing dates
from previous billings.
I've tried to automatically fill in the billing date cell
on the data entry sheet using formulas, but this generates
a circular function. I suspect the solution is in the
coding of the macro but I am new to coding and do need
help with that. If it's possible to do what I've outlined
above, I would greatly appreciate your input.
Thanks in Advance,
Don