View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
agarwaldvk[_25_] agarwaldvk[_25_] is offline
external usenet poster
 
Posts: 1
Default Translate range name passed as string to a custom function to range addresses!

Hi All

I am trying to write a custom function where I am passing a range nam
as a string. This range name can comprise of 1 or more range area
delimited by commas (,). These range areas may or may not be contiguou
areas.

For example, if my custom function is called "myFunc()" this is how i
will look like (shown below) :-

Function myFunc(rangeName as string)