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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top