PC Review


Reply
Thread Tools Rate Thread

Calendar Autoupdate

 
 
newbie@gmail.com
Guest
Posts: n/a
 
      1st Aug 2007
Hi,

I would like to know if there are ways that if i key in the date say
15/08/2007, it will get the cell that contains the events such as
attend party. This will then input this event to the calendar on date
15/08/2007.

Please advise.

rgds,
Y.H

 
Reply With Quote
 
 
 
 
TechGuy
Guest
Posts: n/a
 
      1st Aug 2007
To look up a date in a Table use the Vlookup or Match & Index formula
(see Excel help for more info).
In VBA this is Application.Worksheetfunction.VLOOKUP(.... &
Application.Worksheetfunction.Match(....
Put this into the Worksheet_Change event so this happens on user
changing any cell.

With regards to the Calendar part, consider using a 3rd party
Application like WinCalendar for Excel.
See http://www.wincalendar.com/excel-calendar.html for more info.

Regards
TG

On Jul 31, 11:59 pm, "new...@gmail.com" <lee...@gmail.com> wrote:
> Hi,
>
> I would like to know if there are ways that if i key in the date say
> 15/08/2007, it will get the cell that contains the events such as
> attend party. This will then input this event to thecalendaron date
> 15/08/2007.
>
> Please advise.
>
> rgds,
> Y.H



 
Reply With Quote
 
newbie@gmail.com
Guest
Posts: n/a
 
      1st Aug 2007
On Aug 1, 1:17 pm, TechGuy <tech...@paymentapplication.com> wrote:
> To look up a date in a Table use the Vlookup or Match & Index formula
> (see Excel help for more info).
> In VBA this is Application.Worksheetfunction.VLOOKUP(.... &
> Application.Worksheetfunction.Match(....
> Put this into the Worksheet_Change event so this happens on user
> changing any cell.
>
> With regards to the Calendar part, consider using a 3rd party
> Application like WinCalendar for Excel.
> Seehttp://www.wincalendar.com/excel-calendar.htmlfor more info.
>
> Regards
> TG
>
> On Jul 31, 11:59 pm, "new...@gmail.com" <lee...@gmail.com> wrote:
>
>
>
> > Hi,

>
> > I would like to know if there are ways that if i key in the date say
> > 15/08/2007, it will get the cell that contains the events such as
> > attend party. This will then input this event to thecalendaron date
> > 15/08/2007.

>
> > Please advise.

>
> > rgds,
> > Y.H- Hide quoted text -

>
> - Show quoted text -


Hi,

How to code in vba using Application.Worksheetfunction.VLOOKUP and
Application.Worksheetfunction.Match?

rgds,
Y.h

 
Reply With Quote
 
TechGuy
Guest
Posts: n/a
 
      2nd Aug 2007
On Aug 1, 2:46 am, "new...@gmail.com" <lee...@gmail.com> wrote:
> On Aug 1, 1:17 pm, TechGuy <tech...@paymentapplication.com> wrote:
>
>
>
>
>
> > To look up a date in a Table use the Vlookup or Match & Index formula
> > (seeExcelhelp for more info).
> > In VBA this is Application.Worksheetfunction.VLOOKUP(.... &
> > Application.Worksheetfunction.Match(....
> > Put this into the Worksheet_Change event so this happens on user
> > changing any cell.

>
> > With regards to theCalendarpart, consider using a 3rd party
> > Application like WinCalendar forExcel.
> > Seehttp://www.wincalendar.com/excel-calendar.htmlformore info.

>
> > Regards
> > TG

>
> > On Jul 31, 11:59 pm, "new...@gmail.com" <lee...@gmail.com> wrote:

>
> > > Hi,

>
> > > I would like to know if there are ways that if i key in the date say
> > > 15/08/2007, it will get the cell that contains the events such as
> > > attend party. This will then input this event to thecalendaron date
> > > 15/08/2007.

>
> > > Please advise.

>
> > > rgds,
> > > Y.H- Hide quoted text -

>
> > - Show quoted text -

>
> Hi,
>
> How to code in vba using Application.Worksheetfunction.VLOOKUP and
> Application.Worksheetfunction.Match?
>
> rgds,
> Y.h- Hide quoted text -
>
> - Show quoted text -


The VBA functions work very similar to the worksheet function & are
highly optimized. Best to refer to VBA help for more info (beyond the
scope of this forum).
Good luck
TG


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoUpdate Candi Cain Microsoft Access Forms 3 29th Jul 2008 10:05 PM
How do I insert a calendar that will autoupdate? =?Utf-8?B?UGV0ZQ==?= Microsoft Powerpoint 7 3rd Jun 2005 03:32 PM
will not autoupdate david Spyware Discussion 3 12th Mar 2005 07:53 PM
Autoupdate Personal Outlook calendar from Public Calendar Adrian Microsoft Outlook Calendar 1 19th Nov 2003 07:26 PM
OLE Autoupdate Trish Microsoft Access Forms 0 24th Oct 2003 08:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:56 PM.