About 6,610 results
Open links in new tab
  1. VBA Syntax Error - Excel - Please help (easy one)

    Mar 28, 2007 · 'Above works to find that cell with 011010 but I want it to use below to find whatever the variable is. Can someone help with the syntax? 'Selection.find (What:=" & varItemNumber & ", …

  2. VBA-Excel Cell Default Value - social.msdn.microsoft.com

    Jun 2, 2020 · Using VBA, I am running an embedded application within Excel to perform multivariable, linear regression. The name of this application is "ATPVBAEN.XLAM!Regress". This application can …

  3. VBA code stops for no reason - why? - social.msdn.microsoft.com

    Mar 4, 2020 · For example, a VBA interacts with a printer and at just the wrong time a virus scan starts causing the VBA printer interaction to be lost. This causes the VBA code to halt waiting on the …

  4. Search all text objects - PowerPoint VBA - social.msdn.microsoft.com

    Dec 10, 2008 · I need something very urgent. I am creating a search function for a custom addin. My search function ritght now searches only text placeholders. Is there any way of searching all text …

  5. Microsoft Access 2010 (14.0.7162.5001) SP2 MSO (14.0.7166.5000) …

    Jun 28, 2016 · In addition when you use either the Format or DatePart function to determine the week number for dates using the following syntax: Format (AnyDate, "ww", vbMonday, vbFirstFourDays)

  6. VBA acting om windows message queue - social.msdn.microsoft.com

    Feb 9, 2017 · I want to trigger a VBA sub or function by an external (home made) program. I thought to use the windows messaging queue for this. Is there a way BVA code can monitor the messaging …

  7. Problem with VBA Insert Into Statement - social.msdn.microsoft.com

    Apr 19, 2011 · Here is an example: Function cmdAutoUpdateLCU () 'Set warnings to OFF DoCmd.SetWarnings False 'Declare variables Dim strFileName As String Dim strFilePath As String …

  8. Convert formula to VBA code - social.msdn.microsoft.com

    Mar 5, 2016 · I used the VBA program to convert the formula for creating a macro but the VBA program won't except the conversion because it's in a stream. I don't have any idea how to write VBA code for …

  9. Calculating VBA digital signature hash for Access MDB

    Nov 5, 2016 · This algorithm is valid vor any office file except Access. Access adds something so the hash is different. Access also says "there is a macro" if there is no VBA code but just Access-Macros …

  10. VBA - Excel - Saving an embedded text file on disk.

    Jul 13, 2012 · Using VBA, I need to manipulate the content of a simple flat text file (.txt) which has been embedded in a Microsoft Office Excel document.