View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
LJ[_3_] LJ[_3_] is offline
external usenet poster
 
Posts: 8
Default C# Automation Server and named range reference

Here is an example:

If my named range is 10 cells in a column (example: MyRange = a1:a10)
if I am calling the function from b3 passing in MyRange I will get the
a3 value.