excel vba - how to use Application.OnKey by C# without involving VBA code? -
i want use udf in excel template(.xlt) have used application.onkey("^v","myfunction");
i want use separate function when user paste the cell in excel i.e. myfuction when defined function in thisworkbook.cs wont work...
thanks in advance..
this won't work. need define function in vba , call .net method vba function, explained here @ end: http://msdn.microsoft.com/en-us/magazine/cc163373.aspx
Comments
Post a Comment