No announcements
Found 2826171 threads
-
0 Votes
Equivalent, in VBA, of ProjDateDiff ?
Is there in VBA, a date function which returns the number of work days between two dates. The DateDiff function sums up theAnswered | 3 Replies | 883 Views | Created by WLID1966 - Thursday, April 19, 2018 4:15 PM | Last reply by John - Project - Thursday, April 19, 2018 8:17 PM -
0 Votes
ExecuteGlobal equivalent in VBA?
Wondering what is the VBA equivalent to executeGlobal in VBSCript? For example with: Parcels(PN).MySubType(0).xStyle = ...Unanswered | 1 Replies | 631 Views | Created by thirdrev - Monday, July 10, 2017 4:13 PM | Last reply by jrv - Monday, July 10, 2017 4:24 PM -
0 Votes
VB equivalent of VBA OnCurrent
differences. Is there something in VB that is equivalent to VBA's OnCurrent method? I'm trying to write a routine for a user form that will change some of the ...Answered | 5 Replies | 2784 Views | Created by Ken Warthen - Sunday, December 23, 2007 11:21 AM | Last reply by ReneeC - Sunday, December 23, 2007 7:24 PM -
0 Votes
Help with ProjDateDiff()
OK, I have it setup in number field. I change it to read: (ProjDateDiff("1/10/13",[Finish],[Project Calendar])/480) so now its ...Answered | 6 Replies | 7370 Views | Created by Mrcvn - Tuesday, November 13, 2012 6:30 PM | Last reply by Mrcvn - Tuesday, November 13, 2012 9:23 PM -
0 Votes
ProjDateDiff Calculation Problem
put the plus1 in the brackets ProjDateDiff([Start]+1; [task_T.COS]) another thing, which was a problem in the past: " ...Answered | 3 Replies | 1324 Views | Created by loffloff - Thursday, February 7, 2019 3:30 PM | Last reply by Olof Hansen - Friday, February 8, 2019 12:20 PM -
3 Votes
Need help with ProjDateDiff function
ProjDateDiff([Finish],[Start]) will give you difference in days between the 2 Dates so to covert it into Days ProjDateDiff([Finish],[Start])/480. This will be number ...Answered | 6 Replies | 30039 Views | Created by Betty in NJ - Monday, April 11, 2011 6:50 PM | Last reply by Barbara Henhapl - Monday, April 11, 2011 7:46 PM -
0 Votes
MS Project VBA - Equivalent of Echo Off
Is there an equivalent to "Echo Off" in MS project VBA to prevent the screen repainting during execution of code? I've got a bit ...Answered | 3 Replies | 7968 Views | Created by Andrew Simpson - Thursday, April 12, 2012 3:30 PM | Last reply by Andrew Simpson - Monday, April 16, 2012 8:05 AM -
0 Votes
OpenXML equivalent of Word VBA AutoTextEntry.Insert
I want to insert the content of an autotext entry into a document. I am working on a test project that is attempting to reproduce the Word VBA equivalent ...Unanswered | 1 Replies | 6728 Views | Created by John Seguin - Tuesday, June 24, 2008 6:58 PM | Last reply by Peter Karlström - Thursday, December 14, 2017 9:24 AM -
0 Votes
Access VBA type equivalent of "SafeHandle"
Been looking for days and can't find the VBA type I should be using for handles. Type "Long" won't work once we move to Vista; Right? Won't all my functions that ...Unanswered | 0 Replies | 4920 Views | Created by DQNOK - Tuesday, May 1, 2007 2:40 PM | Last reply by DQNOK - Tuesday, May 1, 2007 2:40 PM -
0 Votes
VB2010 equivalent to VBA Application.ScreenUpdating
form is populated, to display the populated screen text; in a similar way to the VBA commands Application.ScreenUpdating = False and then Application.ScreenUpdating = ...Answered | 1 Replies | 5093 Views | Created by Tenochtitlan - Thursday, June 30, 2011 8:11 AM | Last reply by pvdg42 - Thursday, June 30, 2011 8:42 PM -
1 Votes
Equivalent to Application.EnableEvents = False in VBA
With Visual Basic 2013 is there an equivalent statement to the VBA "Application.EnableEvents = True/False"? I am loading a saved information file into a form ...Answered | 6 Replies | 1629 Views | Created by DrDon81 - Tuesday, March 17, 2015 1:55 AM | Last reply by dbasnett - Sunday, March 22, 2015 2:28 PM -
0 Votes
VBA Index/Match equivalent help
Hi everyone, I have a Data sheet with approx. 50,000 rows of data across 12 columns that I'm trying to apply an index/match equivalent of VBA ...Unanswered | 1 Replies | 656 Views | Created by Groovicles123 - Wednesday, February 10, 2016 3:02 PM | Last reply by Bernie Deitrick, Excel MVP 2000-2010 - Wednesday, February 10, 2016 5:41 PM -
2 Votes
equivalent to Deoxygen for VBA
Dear Karl, Thank you for your answer. In my question I should have stated that I would like an equivalent of Deoxygen for ...Answered | 5 Replies | 1431 Views | Created by JJProgrammer - Wednesday, January 27, 2016 9:10 AM | Last reply by Just Karl - Tuesday, February 16, 2016 3:09 PM -
1 Votes
VB2010 equivalent to VBA Application.ScreenUpdating
Tenochtitlan, I think that you are talking about the properties SuspendLayout and ResumeLayout in every control of windows ...Answered | 3 Replies | 8663 Views | Created by Tenochtitlan - Friday, July 1, 2011 6:16 AM | Last reply by RichVBNET - Thursday, April 17, 2014 7:32 PM -
0 Votes
Equivalent of ShowWindowAsync in .net
Does any body know equivalent of the following in .net ShowWindowAsync. Which is used to maximize the control -
0 Votes
Equivalent of vbFormCode in VB.NET?
some constants in VB6 are no longer supported in VB.NET. i could not find the equivalent of this vbFormCode in ...Discussion | 1 Replies | 7125 Views | Created by case_study - Friday, July 11, 2008 6:05 AM | Last reply by Riquel_Dong - Wednesday, July 16, 2008 4:23 AM -
0 Votes
Equivalent of MultipartEntity in .net:
Hi, I've found the equivalent of MultiPartEntity at http://www.codescales.com/#comment-10928. Just download the dll/code and use in ...Answered | 2 Replies | 4585 Views | Created by Santosh Umarani - Wednesday, October 17, 2012 8:14 AM | Last reply by Santosh Umarani - Tuesday, October 30, 2012 5:31 AM -
0 Votes
Equivalent of Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu in WSS3.0?
Microsoft.SharePoint.WebPartPages.WebPart in WSS 2.0, but I can't find a similar API exposed in System.Web.UI.WebControls.WebParts.WebPart for WSS 3.0. ...Unanswered | 0 Replies | 8450 Views | Created by Soma_Madhdhipatla - Monday, September 17, 2007 6:50 PM | Last reply by Soma_Madhdhipatla - Monday, September 17, 2007 6:50 PM -
0 Votes
ProjDateDiff formula and Resume OData Question
Hi Erik, That formula works for me in PWA, the ony thing I had to do was to change the separator as I have different locale ...Answered | 5 Replies | 1161 Views | Created by Erik van Hurck - Friday, April 17, 2015 8:46 AM | Last reply by Erik van Hurck - Friday, April 17, 2015 9:50 AM -
2 Votes
ProjDateDiff problem when using Status Date
I did take the Status Date out of the formula and simply put Status Date (alone) in the Text 1 Custom Field. It does in fact show "N/A" but IAnswered | 6 Replies | 1884 Views | Created by SFLASS - Thursday, August 14, 2014 9:00 PM | Last reply by Julie Sheets - Friday, August 15, 2014 1:55 PM - Items 1 to 20 of 2826171 Next ›
No announcements