
Microsoft Community
Microsoft Community
Microsoft.VisualBasic.Compatibility.dll is dependent on stdole.dll 7.0 ...
Sep 26, 2011 · Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most …
C# intergration of VBA 7.1 - social.msdn.microsoft.com
Aug 2, 2015 · I am asking this since you only mentioned C# managed applications. I am wondering if we can integrate using a Visual Studio 2010 C++ ATL client as a workaround to perform the APC …
Custom Navigation Buttons on a form - social.msdn.microsoft.com
Jun 29, 2011 · Answers 0 Sign in to vote I got it working with the navigation buttons made with the Wizard and this code: Private Sub Form_Current () ' Provide a record counter for using with custom …
MSDN Documentation for VISUAL BASIC 6 (Yes, Visual Basic SIX)
Apr 24, 2013 · Like many millions of other developers working in Banks around the world, I am supporting and developing enhancements to numerous applications written in both .NET and Classic …
Filling an Array with a for loop - social.msdn.microsoft.com
Sep 21, 2016 · I am trying to fill an array using a for loop. I previously constructed a much more simple code to do this, but now as I have tried to expand it I am not getting the value that I need. What am I …
How to Create Macro to Insert Data into Body of E-mail
Oct 17, 2014 · I have an Outlook Template that I used daily to send an e-mail with the date and daily bank balances. Every day, I have to change the date and 4 numbers. How can I write a macro in …
how can i check if a dynamic array of objects has been initialized
Nov 19, 2009 · The problem comes when i am creating the first element in the array. Since the array has no size, Ubound (arr) fails. The interesting thing is: if i add arr to my watch list, Ubound (arr) returns …
Embed Image in Lotus Notes Email - social.msdn.microsoft.com
Jun 7, 2012 · I'm trying to embed an image file into the body of a Lotus Notes email. I have all of the code done except this piece. I've seen the previous forum threads regarding this, however, that …
VBA and GDI+ - social.msdn.microsoft.com
Sep 10, 2015 · Does anyone know how to use the capabilities of GDI+ in VBA?