About 3,780 results
Open links in new tab
  1. Sample VBA code doesn't work if a Personal Macro Workbook is …

    Dec 28, 2017 · The sample code provided in GetObject Function doesn't work with Excel 2016 32bit 8730.2102 if a Personal Macro Workbook is used. I tested scenarios in which Excel is …

  2. Print specified area of excel as PDF - social.msdn.microsoft.com

    Mar 25, 2016 · The code comes from this excel library for C#, if you need some alterations or modifications then refer to following article about converting excel into a PDF file with C# or in …

  3. 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"

  4. More on Exception from HRESULT: 0x800A03EC

    Oct 24, 2012 · The name property is only available on worksheet and workbook level as the following snippet code shows: Dim nName As Excel.Name = "" Dim xl_wbBook As …

  5. Office (Excel) interop on Mac OSX using .NET Core?

    Nov 16, 2019 · I think Govert's right that there's a trend for "'real' Excel users to use the 'real' Excel", which in my experience often includes using Excel for Windows on Parallels on OSX, …

  6. Using VBA to Import SharePoint 2013 Lists

    Sep 29, 2015 · There seems to be an issue with importing SharePoint Lists which contain drop down fields containing people. If you export to Excel directly the fields are there but if you use …

  7. Printing word,excel,pdf,text files in WPF

    Jan 15, 2015 · I want to print dcouments using WPF. docuemnts can be the follwing typesword,excel,pdf,text files i dont want to use the the Process (Verb = "print") method.

  8. Export dataTable to Excel from C# - social.msdn.microsoft.com

    Apr 3, 2012 · Following code will help you add a Column/Row Header to the final exported excel. Invoke the ExportGridView function with required parameters. Add the Header row, when we …

  9. Excel 2010 Add-In custom ribbon onLoad () not firing if cursor in …

    Jul 11, 2017 · Now, if I start typing AS SOON AS a blank workbook is opened, the onMyRibbonLoad () callback is not fired! Another way to reproduce this behavior: launch as …

  10. How can I export Environment Variables to excel or any other file.

    Jan 3, 2017 · When I check my Release definition -> Configuration -> Environment Variables I can see a a tabular view of environment variables for all environments. Is there anyway to …