Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does andyone know how to get the calendar add in to work
I want to pick up info from a spreadsheet and post in on the calendar. I.E Spreadsheet: cells A1 = 01 jan 2004 cells B1 = Marcus cells c1 = Birthday Calendar To state Marcus Birthday on the calendar on the 1st Jan 2004. Marcus |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim sngDate As String
sngDate = Range("A1").Value Calendar1.Value = sngDate I guess Calendar1.value = Range("A1") will work as well... Depending on where your calendar object is placed you'll need t specify what sheets, forms etc the objects are on. e.g. With workbooks("Book1").Sheets("sheet1").Range("A1")... Stef -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steff
many thanks This is work.... However My major problem is getting text inside the calender gridcell. Is this possible. I cant see the point of a calendar if you cant update with appointments etc. I was hoping for a Userform1.calendar1.text command. Does anyone have any ideas ? Thanks Marcus -----Original Message----- Dim sngDate As String sngDate = Range("A1").Value Calendar1.Value = sngDate I guess Calendar1.value = Range("A1") will work as well... Depending on where your calendar object is placed you'll need to specify what sheets, forms etc the objects are on. e.g. With workbooks("Book1").Sheets("sheet1").Range ("A1")... Steff --- Message posted from http://www.ExcelForum.com/ . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert date from Gregorian Calendar to Hijri Calendar | Excel Discussion (Misc queries) | |||
find free sharware to include calendar pop or use calendar in cell | Excel Discussion (Misc queries) | |||
how do i export excel calendar info to outlook calendar? | Excel Discussion (Misc queries) | |||
excel calendar - list of names displayed on calendar | Excel Worksheet Functions | |||
import calendar items from excel into outlook calendar | Excel Discussion (Misc queries) |