Hi,
I've been searching everywhere (and perhaps I'm overlooking something really quite simple), but I'm trying to design some code (short of having to create a full formula parsing algorithm) that will take a range and create a list of all excel functions used in that formula. The only two ways I can think of is: 1) Give a full list of excel functions and have VBA loop through each using the InStr function, 2) create a formula parsing algorithm. Both seem long and messy, does anyone know of an easier way to do this?
Thanks in advance for your help,
Craig
Bookmarks