Calendar Dates

M

mjones

Hi All,

I'm using the monthly calendars.

Does anyone know how to change the date in each day cell from just the
day number, like 8 for the 8th of August, to the month and day, like
August 8.

Our calendars don't have the month at the top because we print them
and join the months together.

Thanks,

Michele
 
J

John Goldsmith_Visio_MVP

Hello Michele,

This is something that's set by the add-on that organises that particular
shape. You could run a short bit of code over it to set the dates to the
long date format in each shape (ie "August 8").

Let me know if that's of interest and I'll knock something up for you.

Best regards

John


John Goldsmith (Visio MVP)
www.visualSignals.typepad.co.uk
www.visualSignals.co.uk
 
P

Paul Herber

Hi All,

I'm using the monthly calendars.

Does anyone know how to change the date in each day cell from just the
day number, like 8 for the 8th of August, to the month and day, like
August 8.

Our calendars don't have the month at the top because we print them
and join the months together.

Thanks,

Michele

Select the shape, menu Window -> Show Shapesheet
and set the cell Prop.TitleFormat to ="{{MMMM}}"
that'll give you August.
="{{MMM}}" will give you Aug
 
Top