View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
arch_nemesis arch_nemesis is offline
external usenet poster
 
Posts: 1
Default DDE Command for GROUP


I am trying to GROUP a selection of rows via DDE but can't figure ou
what I am doing wrong. :(

Here's what I have:

$$CMD = '[SELECT("R5C1:R50C10")]'
#STAT = DDE_EXECUTE('EXCEL','System',$$CMD)

$$CMD = '[GROUP()]'
#STAT = DDE_EXECUTE('EXCEL','System',$$CMD)


Thanks in advanc

--
arch_nemesi
-----------------------------------------------------------------------
arch_nemesis's Profile: http://www.excelforum.com/member.php...fo&userid=3101
View this thread: http://www.excelforum.com/showthread.php?threadid=50688