About 1,310 results
Open links in new tab
  1. Push SharePoint Content To Excel Spread Sheet

    Feb 10, 2017 · I managed to get that working, but now I need to push the info to an excel file, the information that needs to be populated in it is the list name, the url to it and if versioning is …

  2. SSRS: cannot use custom code in Lookup function

    I've tested that using one simple custom function which only provides a string as return value. This could work in the lookup function. My assumption is that to use _TextBoxExprHost has …

  3. What does __nullterminated in functions mean?

    I was wondering i found in functions of particular source code by Microsoft.

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

  5. Adding fields to a recordset - social.msdn.microsoft.com

    Aug 1, 2014 · An alternative to coming up with an expression that does what the function does would be to use a make table query to create a temp table with the extra field. Then you can …

  6. Problem With .PasswordChar function - social.msdn.microsoft.com

    Feb 15, 2012 · Question 0 Sign in to vote Whats wrong with this any answers are appreciated Private Sub UserForm3_Activate () TextBox1.PasswordChar [=25cb] End Sub Novice VBA …

  7. Need to Get the Name of Access Tables from Excel VBA

    Jul 4, 2010 · I want to get all data from a access table to Excel using VBA and allowing the user to select the name of access file and also list the tables in the access file to choose from.

  8. Excel Add-In showing up twice - social.msdn.microsoft.com

    Jun 22, 2006 · This apart, my major problem is when i uninstalled the add-in, one out of the two "My Menus" still continues to show in excel, although none of the menu items function. I tried …

  9. How to compare two worksheet cells and find the difference in color

    Jan 3, 2019 · the above value is different, then it should show the difference in various color in "Sheet1"

  10. How to: Remove ALL VSTO components from an Excel workbook

    Oct 8, 2008 · I had a need to remove ALL VSTO components from a customized Excel workbook. I found a few references on doing this (like this one) but they were all incomplete. They didn't …