VBA - Application.Wait -> Run-Time error '438'
HelloI am trying to "pause the VBA code" for 10 seconds usingDim temp As String temp = (Now + TimeValue("0:01:20")) Application.Wait tempA simple function that gives me...
View ArticleMS Project ActiveProject.Filters does not work...
Hello,I am trying to create a custom form to perform some automatic stuff and for this reason I need to list all the existing resources filters....I have tried Dim f as Filtersset f =...
View ArticleSudden Error in CSOM when reading projects based on custom fields - Method...
Hi,Having issue in reading projects based on Custom field Value.This code was running successfully from very long back but after 7 PM Today it suddenly showing below error in every solution where we...
View ArticleError while adding a task to project (CSOM)
Hi everyone,I am working on a SP Online (PWA) addin and I am trying to create a task in a project with the following code: public void AddTask( Guid projectUid ) { using ( ProjectContext projectContext...
View ArticleAutomation for Closing Time Reporting Period for Timesheets
Hi, is there a way to create a task scheduler to run a powershell cmdlet to close the latest time reporting period? We're not concern about rejections or incomplete time sheets. We want to lock down...
View ArticleRun a macro when user opens a specific view in MS Project?
Hi all,Anyone knows if it is possible to run a macro automatically when the user opens a specific view in MS Project 2010?ThanksSander
View ArticleOpen source application emulator for across the Microsoft platforms!!!
Hi,Have Microsoft ever considered to build a open source application hub for their platforms? Idea is to create a hub which can be run on Windows, Windows mobile and in Xbox to run open source...
View ArticleCustom Bar Colours in Calendar View
Hi,I'm looking to customise the colour of the bars in the calendar view of Project 2013. We currently use outlook and use the categorize function to visually show what group of work a certain entry...
View ArticleProject is not getting saved from project server 2013 custom PDP (Error...
I am Working with Project Server 2013 on-premise. We are using custom PDPs to edit project information. Project gets created successfully using project creation PDP. User opens the project information...
View ArticleChanging taskmode using VBA
Hello,How can I change the taskmode of a task using VBA? I'm in a for-each-loop and if a condition is true, I want to set the taskmode to automatic.Thanks for help
View ArticleProject server 2013 spd workflow hangs on "Set Project Field"
Hi all, i have a complex workflow setup with 11 stages. Everything is fine exept we are facing sometime the issue of workflow not moving on after user submit and the only workaround i found is to check...
View ArticleError looking for sql servers installed
My code tries to detect all the instances of sql server installed locally or in the network. This project is done with Visual studio 2015 community (Update 1) and under Windows 10 OS. i use this code:...
View Articletroubles with formatting bar styles
I'm new here, trying to teach myself how to use MS project.Using the Step by Step MS project 2013 book and exercises.It's all going smoothly, and im getting the hang of it. Except for the basic issue...
View ArticleQuery from TaskTimephasedData table of Project Online data source doesn't work
HiWhen I try to make a OData type query with Excel Power Query from a Project Online data source; it's not working for TaskTimephasedData table. even preview table in query editor doesn't work. after a...
View ArticleSQL Server Authentication with Project Server 2010
Hi, we are using Bulk edit tool in Project Server 2010. for some reason we are connecting directly to database. Is it safe to use SQL Server authentication to connect to database to fetch the data.Is...
View ArticleProject Server 2013 - BI reports (SQL) - how to use multiple values field in...
HiI am creating a complected report using the Project server excel services reports.i had to join a few tables to get the data i needed and also there are a few multi selection lookup custom fields (on...
View ArticleHow to tell what MSP version a schedule has been saved in
Could anyone tell me how I can tell, in VBA, what version of MSP a schedule has been saved in please? If I select the following, it just tells me what version of MSP I am in at present, not what...
View ArticleProject Server Customization - Bulk Edit Tool
Hi,We are using Bulk Edit tool in Project Server 2010 for bulk editing projects. In bulk edit tool when we do filter, it is getting hanged. I did some analysis and found that when we return JSON object...
View ArticleCustom Fields not visible in CSOM
I am currently working on an application that synchronizes timesheets between Project Server and a third-party timesheet tool.Now I am looking up a EnterpriseResource using the CustomField value like...
View ArticleMS project 2010
In my project plan in MS project 2010, there are two independent task which are done by same resource. lets say (A and B tasks). task A comes in initial stage of planing while task B comes at later...
View Article