About 50 results
Open links in new tab
  1. Add leading zeroes/0's to existing Excel values to certain length

    There are many, many questions and quality answers on SO regarding how to prevent leading zeroes from getting stripped when importing to or exporting from Excel. However, I already have a spreadsh...

  2. Add common prefix to all cells in Excel - Stack Overflow

    Apr 24, 2010 · 0 Another way to do this: Put your prefix in one column say column A in excel Put the values to which you want to add prefix in another column say column B in excel In Column C, use …

  3. excel - Add sensitivity label - Stack Overflow

    Dec 7, 2022 · Search from google, but still have no idea how to select sensitivity label automatically by VBA How to control it by VBA?

  4. How do I add a new connection in Excel? - Stack Overflow

    Oct 2, 2023 · I have an existing Excel 365 file with multiple data connections. I want to add a new connection, but I can't figure out how. I can see the existing connections by clicking Data->Queries &

  5. excel - Add existing Pivot tables to data model - Stack Overflow

    Dec 12, 2017 · In Excel 2013, I have one table "Table1" in worksheet "Data" and I have a dozen pivot tables in another worksheet named "PivotTable". When I created the pivot tables I was unaware of …

  6. How do you enable excel add-ins for all users using registry (HKLM)?

    Jun 24, 2022 · The path to the add-in's "OPEN" string in the registry is HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Excel\options. Before scripting anything …

  7. C# - How to add an Excel Worksheet programmatically - Office XP / 2003

    Oct 11, 2008 · I am just starting to fiddle with Excel via C# to be able to automate the creation, and addition to an Excel file. I can open the file and update its data and move through the existing …

  8. How to reference Microsoft.Office.Interop.Excel dll?

    Dec 31, 2016 · I had developed a system that deals with excel sheets in 2006 using MS VS 2005. Now, I can not use the same reference with MS VS 2012. var app = new …

  9. How to create a string or formula containing double quotes in Excel ...

    Jun 9, 2022 · There is another way, though more for " How can I construct the following string in an Excel formula: "Maurice "The Rocket" Richard" " than " How to create strings containing double …

  10. Adding controls to a frame in an Excel userform with VBA

    Jul 26, 2012 · I need to create labels and buttons dynamically and then add them to a frame within a userform. How do I do this? Seems like it should be easier than it really is.