About 15,300 results
Open links in new tab
  1. VBA to add Command button or Checkbox before each row in a …

    Aug 25, 2017 · I'd like to provide my user with a command button (or checkbox) before each row in a spreadsheet. If a user "selects" it, then I want to turn the entire row of data a certain color.

  2. Disable events in userform - social.msdn.microsoft.com

    Aug 3, 2006 · My research has shown that Application.EnableEvents does not work for UserForm events because UserForms are Office Library objects and not Excel Objects. There is no built …

  3. Controls.FaceId numbers - social.msdn.microsoft.com

    Aug 2, 2013 · So now when I need to find the FaceId of an icon (also listed as the Policy ID in the Microsoft Excel sheet list) I first hover over the icon/command in Access Options/“Quick …

  4. Disable Design Mode - Excel VBA - social.msdn.microsoft.com

    Oct 22, 2018 · I am making a workbook template in which I want to restrict saving. If the user presses any save button, it will prompt for a password. If the PW is correct, it will save; if …

  5. How to add a password to an excel file from a command

    Feb 1, 2013 · I have a SQL server job that exports data from a table to excel file using OpenRowset. Client wants the file being a password-protected email attachment. The job is …

  6. SSIS - Excel to SQL, updating records... - social.msdn.microsoft.com

    Mar 15, 2012 · I have an SSIS package which populates a SQL Server Table with data from an Excel Spreadsheet. The Package Sorts the Excel Spreadsheet to remove Duplicates and also …

  7. To Load Excel data using OpenRowSet - social.msdn.microsoft.com

    Feb 21, 2014 · I am trying to access Excel data from my SQL Server using OpenRowSet function, I am using the Bulk Clause of OpenRowSet, I am also using an Format file to format my result …

  8. How to use Command button inside grid view?

    Oct 7, 2021 · hi.. i have added some column in grid view, here i want to use a command button here. if i click the button means the corresponding row should select. how to do that?

  9. Insert and update with one button - social.msdn.microsoft.com

    Mar 24, 2011 · Hello. I'm currently working on inserting and updating records using a single button and I think I understand what to do but am still a little confused and was hoping that someone …

  10. Adding Menu Items to RibbonSplitButton

    Nov 9, 2012 · I don't know if this is the correct forum for this. Nevertheless: I working on an Excel Add-In. I'm using VS2010. I fancied a RibbonSplitButton control to provide some of the user …