.net

  1. G

    Advice for Excel integration

    Hi, I’ve started to work on a product that will have a deep integration with Excel with the following requirements. Installation: A one-time installation of the Add-on across all Excel files on a user's machine. Tracking: The Add-on should adeptly track all user interactions within the...
  2. C

    Suggestion for deploy Excel with .Net dll reference

    Hi! My customer has an XLS excel files with third part add-in for get market data and with macros with calls to a .Net dll for read and write on sql server tables. My customer would put the XLS excel file and .net dll in a intranet web page under authorization control because only some people...
  3. T

    loading .net framework

    I have a workbook, which when OI open it, I see a temporary message: loading .net framework What is that for?
  4. R

    Advanced Filter with wildcards, Excel 2013

    I have an Excel list with many websites. Some end in .com, .net, .org. But some end in .com.mx, .fr, .ru. How do I do an advanced filter to remove all .com.mx, .fr, and .ru while keeping all .com, .net, and .org?
  5. G

    SaveAs method throws exception

    I'm working on a .NET program to interface with Excel. The code looks like this: private static void ConvertToXls(string xlsxFn, string xlsFn) { var Excel = new Microsoft.Office.Interop.Excel.Application(); var wkb = Excel.Workbooks.Open(xlsxFn, false, true)...
  6. R

    Advice on using .NET programming to create Custom Excel reports tied to SQL Server

    This is more of a career question for general advice on Excel Object Model Programming. Not that I have been looking for it, I have not seen .NET applications that utilize Excel Object Model Programming. Is this a niche' market? Would it be something worth pursuing? Does Mr Excel have training...
  7. A

    Opening the vba editor on click on oleobjects button

    Hey, in my excel plugin , i have dynamically generated the OLEOBJECTS Textbox .. when i click on them to write something . THEY opens up the Private Sub cmdActionTxt0_Change() End Sub VBA editor i do not want it to be opened and simply want to write over them. How is that possible.
  8. B

    excel/autocad link

    does anyone know how to set up a link between an excel spreadsheet and an autocad civil 3d file? civil 3d is .net capable, and somewhat with VBA. If a link is not possible, is there a way to get the data off the civil 3d file with a VBA or .net?
  9. R

    Converting VBA code / .NET libraries to work with xls

    Hi, I have a program written in C# that comunicates with a VBA macro in an Excel xls file. The macro creates a worksheet, imports data from a text file to that worksheet, organizes the data in the cells, makes some formatting, and save the new xls file. The problem is: most of the users...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top