Name Of An Enumeration Value

May 31, 2007

I am using EXCEL/VBA.

Suppose x is an enumeration variable that has been assigned a value equal to a
member name in the enumeration. Is there a function that maps the value of the
enumeration to the string equivalent of the member name?

i.e: if x = TEST_CASE_VALUE_1, I would hope there is a function f already
avaiable such that f(x) returns the string "TEST_CASE_VALUE_1"

View 5 Replies


ADVERTISEMENT

Rows Not Visible: Enumeration Skips

Oct 8, 2008

I have a spreadsheet that shows is a break in the enumeration of the rows. To elaborate, rows are enumerated from 1 to 15, then after row 15 is row enumerated as 25 and continues to be enumerated as expected. In other words:

1, 2, 3, 4, ..., 14, 15, 25, 26, 27, ...

How can I get back rows 16 to 24 be visable again?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved