No announcements
Found 550340 threads
-
0 Votes
Excel VBA UDF Function XOR Operation.
You're posting in the forum for Microsoft Access, not Excel, but the VBA for this sort of thing should be the same. But what sort of values do you intend to XOR? Are ...Answered | 2 Replies | 731 Views | Created by Maulik90 - Monday, December 28, 2015 5:13 PM | Last reply by Dirk Goldgar - Monday, December 28, 2015 10:02 PM -
0 Votes
C# Excel UDF Function Permissions
> Is it possible to lock down certain UDF Functions defined in an Excel Addin to certain users? <Answered | 2 Replies | 827 Views | Created by VictorChan - Wednesday, January 22, 2014 10:07 AM | Last reply by Marvin_Guo - Friday, January 24, 2014 1:45 AM -
1 Votes
XOR operation on two buffers
I'm considering BitBlt API, but want to apply that API to XOR buffers. Why do you wish to do this type of operation in a ...Proposed | 23 Replies | 24767 Views | Created by RobbKirk - Tuesday, July 5, 2011 4:05 PM | Last reply by I installed vista on my bin - Thursday, April 26, 2012 4:37 AM -
0 Votes
Column addition UDF function in Excel Services
Hi, I have written a UDF function as below so that it can multiply column value with 9 [UdfMethod] public Double ...Answered | 1 Replies | 9382 Views | Created by Sudheer Madduru - Tuesday, January 4, 2011 6:51 AM | Last reply by Leoyi Sun - Wednesday, January 5, 2011 7:36 AM -
0 Votes
Excel function through vba
Hi, I am using an excel function in sheet4 of an excel workbook.It is working fine on worksheet but I want to use it through vba coding.Please ...Answered | 1 Replies | 659 Views | Created by John P Parker - Sunday, June 29, 2014 2:12 PM | Last reply by Fei Xue - Monday, June 30, 2014 5:31 AM -
1 Votes
Changing VBA Function into T-SQL UDF.
Functions to SAP. Could anyone please help me with converting the following function to T-SQL from VBA. The purpose of the function is to ...Answered | 4 Replies | 340 Views | Created by Jason045 - Wednesday, November 13, 2019 7:58 AM | Last reply by Jason045 - Wednesday, November 13, 2019 9:53 AM -
3 Votes
hi how to do xor operator function
applying XOR between bools. Integers are bits, so, in a certain way, sets of bools, so 5 XOR 8 will do 00000101 XOR 00001000 that will return 00001101 = 13. So basically ...Answered | 8 Replies | 1815 Views | Created by Vijay 2012 - Tuesday, October 30, 2012 1:49 PM | Last reply by JMCF125 - Thursday, November 1, 2012 8:56 PM -
0 Votes
Calling UDF (MS Access) from Excel VBA
two date parameters that it receives dynamically. I am using Excel VBA as the front end.Answered | 4 Replies | 1019 Views | Created by Bob-12 - Thursday, January 22, 2015 2:03 PM | Last reply by Bob-12 - Friday, January 23, 2015 1:04 PM -
0 Votes
Adding UDF Entry to Excel Function Wizard
To my knowledge VSTO 2005 doesn't provide additional functionality with respect to making functions/subroutines available within the Excel Function Wizard.Answered | 1 Replies | 6237 Views | Created by MachAngle - Tuesday, July 19, 2005 2:24 PM | Last reply by Ken Laws - Friday, July 22, 2005 1:53 PM -
0 Votes
excel-vba-array-filter-function
excel for mac 2010 vba I cannot seem to get the Filter function for arrays to work Sub ...Unanswered | 1 Replies | 747 Views | Created by westoftown - Thursday, July 21, 2016 8:11 PM | Last reply by Bernie Deitrick, Excel MVP 2000-2010 - Thursday, July 21, 2016 8:31 PM -
0 Votes
System.Drawing - XOR?
The .Net IDE must not use GDI+ because it XOR-draws its slider bars (when you slide them). We have a very graphic rich application whose next ...Answered | 3 Replies | 4379 Views | Created by SD Diver - Monday, March 27, 2006 6:18 PM | Last reply by cgraus - Monday, March 27, 2006 10:21 PM -
0 Votes
executing an UDF function in excel file from c# code
I have a customized Excel User Defined Functions (udf) that gets data from a database to the Excel Sheet. when I execute this function (=getData(A1,B1)) from a c# ...Answered | 2 Replies | 1565 Views | Created by Smida.A - Friday, September 6, 2013 12:21 PM | Last reply by Andreas Killer - Friday, September 6, 2013 5:55 PM -
0 Votes
udf function performance question?
noticably slower. And for real trouble, run a table-valued UDF and call it repeatedly. New topic but related: Do you actually need a generic function to ...Answered | 7 Replies | 2705 Views | Created by gk1393 - Thursday, April 12, 2012 2:34 PM | Last reply by Erland Sommarskog - Saturday, April 14, 2012 9:59 AM -
0 Votes
vba udf #value errors
what is causing a VBA UDF to give #value errors, when the VBA debugger/editor does not even shows the function returning ...Proposed | 7 Replies | 8081 Views | Created by drdbkarron - Friday, April 1, 2011 1:18 AM | Last reply by drdbkarron - Monday, June 20, 2011 7:44 PM -
0 Votes
Excel Application.AddIns Loading / Unloading UDF
Hi, I'm would like to know if I can use the Application.AddIns.Add method when Excel is running and attach new UDF's. I tried this but when I go to open the ...Answered | 1 Replies | 3961 Views | Created by RogelioM - Tuesday, January 20, 2009 3:30 PM | Last reply by Tim Li - Friday, January 23, 2009 9:10 AM -
0 Votes
Call SQL UDF Function
CheckItemsMatch(int id, DateTime myDate) { using (ChecksDataContext checksContext = new ChecksDataContext()) { var result = checksContext.CheckItems(id,myDate); // ...Answered | 3 Replies | 2039 Views | Created by obrienkev - Wednesday, March 7, 2012 5:03 PM | Last reply by obrienkev - Thursday, March 8, 2012 10:51 AM -
1 Votes
Excel 2013 VBA Evaluate Function
you that if evaluating the function in VBA is not necessary then you can try to write code for if else and finding the max value from the column. it will ...Proposed | 3 Replies | 778 Views | Created by ABHIIT.ABHISHEK - Wednesday, December 21, 2016 4:22 AM | Last reply by Deepak Saradkumar Panchal - Thursday, December 22, 2016 1:13 AM -
0 Votes
Excel UDF and CustomDocumentProperties
Hi I'm working on a Class Library UDF in VB.NET with VS2008 for Excel 2007. The created class is ComVisible, and the code for the functions you ...Answered | 2 Replies | 4179 Views | Created by Peter Karlström - Friday, November 5, 2010 2:10 PM | Last reply by Peter Karlström - Monday, November 8, 2010 12:22 PM -
0 Votes
Streaming SIMD Extensions: packed xor operation not woking
Thanks for your input, Brian. But according to MSDN library, _mm_xor_ps performs xor operation on four pairs of single precision floating point values. ...Answered | 6 Replies | 7039 Views | Created by Praveen - Monday, April 9, 2007 8:15 PM | Last reply by Praveen - Wednesday, April 11, 2007 2:30 AM -
0 Votes
Stream Analytics UDF Function Testing
The “test” and “refresh parameters” commands in function details view are only applicable for Azure ML functions.Unanswered | 1 Replies | 585 Views | Created by ---Jason--- - Thursday, July 20, 2017 12:54 PM | Last reply by Min He - MSFT - Friday, July 21, 2017 9:20 PM - Items 1 to 20 of 550340 Next ›
No announcements