View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dk dk is offline
external usenet poster
 
Posts: 129
Default determine if sheet contains mergearea(s)

Thanks

"Tom Ogilvy" wrote:

that first line should be

if isNull(cells.MergeCells) then

--
Regards,
Tom Ogilvy


"dk" wrote:

Is there any way to determine if a sheet contains mergearea(s) without
checking individual cells for MergedCell?

tia,
dk