comments on: how to print a calendar from primavera p6, with some help - 瑞士vs喀麦隆足彩赔率 //www.deco-dalles.com/primavera-p6-calendar-print/ project controls training & courses tue, 01 feb 2022 17:57:41 +0000 hourly 1 by: carter //www.deco-dalles.com/primavera-p6-calendar-print/#comment-89077 tue, 01 feb 2022 17:57:41 +0000 //www.deco-dalles.com/?p=7548#comment-89077 in reply to srushti.

i received the same error message. has anyone found a solution?

]]>
by: srushti //www.deco-dalles.com/primavera-p6-calendar-print/#comment-86330 mon, 13 sep 2021 20:48:54 +0000 //www.deco-dalles.com/?p=7548#comment-86330 i am getting a runtime error on trying to load any xer. it says “cannot update. database or object is read-only”. don’t know how to get past this issue. can anyone help?

]]>
by: bert van hasselt //www.deco-dalles.com/primavera-p6-calendar-print/#comment-50429 tue, 31 oct 2017 17:41:50 +0000 //www.deco-dalles.com/?p=7548#comment-50429 great job mimoune!!

]]>
by: anthony //www.deco-dalles.com/primavera-p6-calendar-print/#comment-42900 tue, 07 feb 2017 17:34:19 +0000 //www.deco-dalles.com/?p=7548#comment-42900 in reply to john bennett.

agreed!

]]>
by: mike hulett //www.deco-dalles.com/primavera-p6-calendar-print/#comment-42880 mon, 06 feb 2017 15:36:57 +0000 //www.deco-dalles.com/?p=7548#comment-42880 how do you show calendar for more than a single year?

]]>
by: m.mohyieldeen //www.deco-dalles.com/primavera-p6-calendar-print/#comment-36614 mon, 04 jan 2016 08:25:02 +0000 //www.deco-dalles.com/?p=7548#comment-36614 thank you for this great effort
in the calendar module i have noticed that:

these code lines should be

.cells(c, 1).resize(ubound(splittarget, 1) + 1).offset(0, 0) = worksheets(“calendar”).cells(i, 1)
.cells(c, 2).resize(ubound(splittarget, 1) + 1).offset(0, 0) = _
worksheetfunction.transpose(splittarget)
c = c + ubound(splittarget, 1) + 1

instead of this

.cells(c, 1).resize(ubound(splittarget, 1) , 1).offset(0, 0) = worksheets(“calendar”).cells(i, 1)
.cells(c, 2).resize(ubound(splittarget, 1), 1).offset(0, 0) = _
worksheetfunction.transpose(splittarget)
c = c + ubound(splittarget, 1)

this code line should be outside the for next in the same procedure
lastr = lastrow(worksheets(“cal_data”))

these code lines should be

s = timevalue(mid(.cells(i, 2), instr(.cells(i, 2), “s|”) + 2, 5))
f = timevalue(mid(.cells(i, 2), instr(.cells(i, 2), “f|”) + 2, 5))

instead of

s = timevalue(mid(.cells(i, 2), instr(.cells(i, 2), “s|”) + 2, 4))
f = timevalue(mid(.cells(i, 2), instr(.cells(i, 2), “f|”) + 2, 4))

these code lines should be

if .cells(i, 4) = “” and .cells(i, 3) = .cells(i – 1, 3) and _
.cells(i, 1) = .cells(i – 1, 1) and _
instr(.cells(i, 2), “view(showtotal”) = 0 then
.cells(i, 4) = .cells(i – 1, 4)
end if

instead of

if .cells(i, 4) = “” and .cells(i, 3) = .cells(i – 1, 3) and _
.cells(i, 1) = .cells(i – 1, 1) and _
instr(.cells(i, 2), “view(showtotal|y)”) = 0 then
.cells(i, 4) = .cells(i – 1, 4)
end if

mohyieldeen

]]>
by: paul bradley //www.deco-dalles.com/primavera-p6-calendar-print/#comment-29483 thu, 23 jul 2015 22:58:01 +0000 //www.deco-dalles.com/?p=7548#comment-29483 in reply to paul bradley.

ah, i see it now…

]]>
by: paul bradley //www.deco-dalles.com/primavera-p6-calendar-print/#comment-29370 wed, 22 jul 2015 02:56:04 +0000 //www.deco-dalles.com/?p=7548#comment-29370 mimoune,

thanks for sharing this; its great. quick question: when i tried it, it only brought up the current year. is there a way to bring up a range of years? i work in the rail business and so possessions / occupations in one year might be very different to another.

thanks

paul

]]>
by: gep lucas //www.deco-dalles.com/primavera-p6-calendar-print/#comment-28885 fri, 10 jul 2015 03:19:29 +0000 //www.deco-dalles.com/?p=7548#comment-28885 i am having problems when showing calendars or and gantt chart. the save as window keeps appearing.

]]>
by: mimoune djouallah //www.deco-dalles.com/primavera-p6-calendar-print/#comment-24743 wed, 15 oct 2014 02:51:14 +0000 //www.deco-dalles.com/?p=7548#comment-24743 in reply to rhegie samonte.

rhegie samonte

can you try this, right click on the excel file, general, click unblock.

regards
mimoune

]]>
by: rhegie samonte //www.deco-dalles.com/primavera-p6-calendar-print/#comment-23934 tue, 16 sep 2014 03:55:10 +0000 //www.deco-dalles.com/?p=7548#comment-23934 hi mimoune,

i’m having the same problem like paul. only the calendar is an issue.
anyway thanks for this tool.

]]>
by: mimoune djouallah //www.deco-dalles.com/primavera-p6-calendar-print/#comment-21417 tue, 05 aug 2014 06:40:16 +0000 //www.deco-dalles.com/?p=7548#comment-21417 paul

sorry to hear that, unfortunately, i have no idea why it is behaving like this.

i am using excel 2007 myself, so it should not be the problem.

mimoune

]]>
by: mimoune djouallah //www.deco-dalles.com/primavera-p6-calendar-print/#comment-21416 tue, 05 aug 2014 06:37:49 +0000 //www.deco-dalles.com/?p=7548#comment-21416 in reply to john bennett.

thanks john

]]>
by: paul ross //www.deco-dalles.com/primavera-p6-calendar-print/#comment-21086 fri, 25 jul 2014 09:59:49 +0000 //www.deco-dalles.com/?p=7548#comment-21086 i’m afraid the calendar doesn’t work for me, could it be that my excel is 2007? the bar/gantt chart does though.

any ideas to get the calendar to show, it just asks me for a file name, gives me a numbered choice and saves the name. all that appears is in columns ap ar, but no chart as in this detail.

]]>
by: wasanthas123 //www.deco-dalles.com/primavera-p6-calendar-print/#comment-21024 wed, 23 jul 2014 07:21:54 +0000 //www.deco-dalles.com/?p=7548#comment-21024 hi mimoune

mistakenly printed exorcise instead of exercise. very sorry.

thanks

]]>
by: wasantha //www.deco-dalles.com/primavera-p6-calendar-print/#comment-21023 wed, 23 jul 2014 07:17:18 +0000 //www.deco-dalles.com/?p=7548#comment-21023 hi mimoune,

it is a great exorcise of disseminating the knowledge you gain, among global community.i am with you.

thanks

]]>
by: john bennett //www.deco-dalles.com/primavera-p6-calendar-print/#comment-21000 tue, 22 jul 2014 10:29:54 +0000 //www.deco-dalles.com/?p=7548#comment-21000 hi mimoune,
that’s a really useful tool. thanks for posting this.

next project could be to compare calendars (and their exceptions) and report the differences in the excel report. that would be super useful.

cheers.

]]>