About 5,460 results
Open links in new tab
  1. Help with API Function SHGetKnownFolderPath

    Oct 7, 2011 · It's written for a VB6 form but very easy to adapt to a VBA userform.

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

  3. Pivot tables in Excel from Access VBA - social.msdn.microsoft.com

    May 20, 2013 · The code itself is a straight conversion from a recorded Excel VBA macro, with some tweaking on my part to make it run via Access VBA (creating the Excel.application …

  4. Character Problem Between Excel & VBA

    Feb 1, 2019 · When I type "ğüşiöçı" in Excel and then copy the same string into VBA, I get "?ü?iöç?". So I cant generate the ğ,ş and ı characters and there is a problem with the Turkish …

  5. What is the pros cons of VBA Add-ins, VSTO add ins web add-ins …

    Mar 19, 2018 · VSTO is a part of the Microsoft Visual Studio .Net suite used for developing application-level or document-level Add-ins for Microsoft Office Word, Excel, Access and …

  6. Future of VBA (and VBScript)? - social.msdn.microsoft.com

    Nov 14, 2013 · We developped a number of tools in VBA or VBScript, sometimes using COM objects, and the large compatibility of VB, VBA and VBScript was certainly nice.

  7. VBA - Macro that prompt user to select a value from a list

    Aug 16, 2012 · Question 0 Sign in to vote Hi everyone Context: Excel VBA Programming Level: Newbie I want to create a macro that will

  8. Excel workbook problem in vb.net - social.msdn.microsoft.com

    Jul 17, 2013 · I'm using a excel workbook in vb.net environment (project->Visual Basic->Office->2010->Excel 2010 workbook (not using windows form to create a excel workbook.). How can …

  9. 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.

  10. Uploading a file to sharepoint by programming in VBA

    Jan 28, 2015 · I have made the following code work successfully on a Windows 8 machine with the VBA executing from an Excel 2010 file and the file you want to upload going to a …