- Where Developers Learn, Share, & Build Careers


OK, I'm developing an Excel addin that changes the text in a cell, then it changes.

I want to work on it like things are like full values ​​in axle when you can type a cell = ABS (YOurnumBER) and then it's the text of the cell The full value of your number will take place

How do I set up Excel to add a custom option that would like to accept the string in a fashion like this, instead of = molem (YOURSTRING) < Except for / code>

It seems that you want to create an Excel user-defined function (UDF) using C # Are there. The best way to do this is to use the free library (which I develop). The code will be allowed from:

  [ExcelFunction (description = "My crafty work")] Public static string mole (string input) {return "you pass" + input; }   

= Molem ("some words") in your worksheet .

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -