About 11,900 results
Open links in new tab
  1. VBA-Excel Cell Default Value - social.msdn.microsoft.com

    Jun 2, 2020 · This application writes detailed regression statistics to a range, specified by the user. Before writing, the application tests the range and issues a message box asking for …

  2. VBA acting om windows message queue

    Feb 9, 2017 · The problem is that the calling application is a Delphi application and has no VBA in it.

  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 …

  4. Histogram from Excel VBA - social.msdn.microsoft.com

    Dec 4, 2014 · I have both the "Analysis ToolPak" (ANALYS32.XLL) and "Analysis ToolPak - VBA" (ATPVBAEN.XLAM) Add-Ins active. In the VBA editor I have checked the Tools - Reference - …

  5. 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. I need to save it as a file and/or being …

  6. unable call javascript from vba in IE11 - social.msdn.microsoft.com

    Jan 6, 2015 · This forum is for developers for discussting developing issues involve Word application. For example, use Word object model. Since the issue is more reltative to VBA, I …

  7. disable all shortcut key in VBA - social.msdn.microsoft.com

    Jan 25, 2011 · Question 0 Sign in to vote how can i disable all shortcut key in word 2003,when i use application.keybinding one time it return 0,another time it returns 1 and another time it …

  8. 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 …

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

    Mar 5, 2016 · The WorksheetFunction object makes most of the built-in Microsoft Excel 2010 worksheet functions accessible to you as methods in Visual Basic for Applications (VBA), so …

  10. How to set Rowsource property of a listbox with a filtered range …

    Nov 5, 2012 · As i am new to Excel VBA, I fail to understand how 'lbworkingdays' declared as object in the code which is a quite generic term to take on the properties of list box.