Re: Creating a calendar
- From: "Nigel" <nigel-9sw@xxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 12:37:50 -0000
This appears to be a need for a database application. Excel can of course provide this capability but unlike Access you are going to need to maintain the links between the various tables. Design this first before you go anywhere near Excel !!
You clearly need a calendar module to populate a *** with the period requested and display this to the user. Excel of course can create dates both into the past and the future so there should be no issues with that.
Each date needs to be sensitive to an event so you can deal with entries the user needs to make for that day. This could open up a UserForm that fills up with the names-address data you refer to and is stored in another table.
Having made an update to the UserForm data is stored in a separate table containing date-user-entry combination.
If you need to maintain referential integrity between the entries and the names-address data then store this an index value and maintain the index links.
Finally you want to review all the entries for a selected period and this could be achieved using a column approach with the date on the left, with multiple rows for each entry to the right.
Hope this concept helps
--
Regards,
Nigel
nigelnospam@xxxxxxxxx
"anon" <inboxalwaysfull@xxxxxxxxxxx> wrote in message news:cc85888f-989f-42b3-8546-bb186f2a198d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I'm aware this questions has been asked before in many forms, however
I am looking for something quite specific.
I am looking to create and Outlook style calendar within Excel. I
cannot use the Outlook calendar, nor can I use any type of add in (due
to distribution).
I need a calendar that a user can view monthly, and weekly (and
possibly drill into for a daily view dependant on the below).
The user will need to see a printable weekly view, and store around 10
- 15 entries per day. The entries will be populated from selections on
other sheets of the workbook and all will have a similar format (NAME,
ADDRESS, ADDRESS2, ADDRESS3, POSTCODE, TEL, CONTACT,NOTES).
I have tried creating a basic weekly layout that can hold 15 entries
per day, however I cannot get all of the information above to fit into
the entries without the week being too large to print on one page.
This is why I feel I may need a daily view, so the user can view and
print the basics, (perhaps NAME / POSTCODE) from the weekly view, and
drill in to the daily view to see the detail.
I would prefer to have a rolling calendar (ie never runs out), however
at a minimum would like 18 months if the rolling calendar would be too
complicated. I do not want to use lots of sheets, and do not want the
old entries deleted (however would like them hidden and only viewable
if required).
I am comfortable coding / creating a calendar once I can get my head
around the logistics of how it would look / work. Any help or
suggestions would be appreciated as I am fairly stuck at the moment.
.
- References:
- Creating a calendar
- From: anon
- Creating a calendar
- Prev by Date: Re: Creating a calendar
- Next by Date: Re: Creating a calendar
- Previous by thread: Re: Creating a calendar
- Next by thread: How to read from txt file from bottom to top?
- Index(es):