View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Merged cells Value2 property

try:
Range("MyMergedRange").Cells(1,1).Value2

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Sandrina wrote :

Ok, I have 3 mergerd cells (in one row). On those merger cells, I
have one NamedRange control. How can I get the value of that control?
Value2 property gives me an array (1,1; 1,2; 1,3 dimensions) but how
can I get the value for 1,1???