Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Calendar Autoupdate

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Calendar Autoupdate

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, " 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Calendar Autoupdate

On Aug 1, 1:17 pm, TechGuy 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, " 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Calendar Autoupdate

On Aug 1, 2:46 am, " wrote:
On Aug 1, 1:17 pm, TechGuy 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, " 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoUpdate Danny Excel Discussion (Misc queries) 0 August 17th 07 02:07 AM
Help with autoupdate.... vcobra57[_2_] Excel Programming 0 November 11th 04 06:54 PM
Help with autoupdate.... vcobra57 Excel Programming 2 November 11th 04 05:49 PM
Help with autoupdate.... vcobra57 Excel Worksheet Functions 0 November 11th 04 04:45 PM
Help with autoupdate.... vcobra57 Excel Worksheet Functions 1 November 11th 04 04:36 PM


All times are GMT +1. The time now is 05:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"