excel-udf Questions

8

Solved

I need to scrub a column of names in Excel to eliminate all non-Alpha characters including periods, commas, spaces, hyphens and apostrophes. EXAMPLE: Change O'Malley-Smith, Tom, Jr. to OMALLEYSMI...
Kowalski asked 19/3, 2015 at 16:23

27

Solved

Does anyone have an Excel VBA function which can return the column letter(s) from a number? For example, entering 100 should return CV.
Aciniform asked 9/10, 2012 at 9:33

3

Solved

This question: Searching for function usage in Excel VBA got me thinking about a process for automating a search for all UDFs being used in a spreadsheet. Something along the lines of: For Each UD...
Yuhas asked 30/12, 2014 at 19:6

2

Solved

I've created an excel UDF that accepts an array input. I want it only to allow an even number of items in the array. Here's the code: (it's only short so I'll post it all and that way you can have ...
Tsang asked 20/2, 2017 at 14:20

2

Solved

I have an Addin with "core" functions and subs that I want to reference and use in different Addins or VBA projects. Because of the code reuse and single update principles. For example, a functio...
Militarism asked 5/2, 2017 at 7:50

2

Solved

I have been trying to make a user defined function I wrote return it's value in all upper case, using the String.ToUpper() method in VBA. When I try to use my UDF in excel, I get a compiler error t...
Melloney asked 7/3, 2014 at 19:12

3

Solved

I was tasked with writing a real-time Excel automation add-in in C# using RtdServer for work. I relied heavily on the knowledge that I came across in Stack Overflow. I have decide to express my tha...
Tenderhearted asked 22/3, 2011 at 20:44

1

Solved

I wrote an Excel add-in that provides UDFs (user-defined worksheet functions). All is well until one user sends his workbook using those functions to another user, or just tries to use the workboo...
Ilowell asked 24/7, 2014 at 4:57

1

Solved

I have a working RtdServer-based automation add-in: How do I create a real-time Excel automation add-in in C# using RtdServer?. Creating a VBA wrapper is trivial: Function RtdWrapper(start) Rtd...
Shrubbery asked 22/3, 2011 at 21:38

2

Solved

The description I am writing a couple of Excel UDFs in COM Servers. I'd like to get the standard help (Insert Function dialog) that you get when you press fx. Yes, I can see my COM Server listed i...
Tipcat asked 20/10, 2009 at 4:28
1

© 2022 - 2025 — McMap. All rights reserved.