LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 5 Mar 2004 17:19:28 -0500
Reply-To:   Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Subject:   Re: MERGEing Excel cells via DDE

I presume you mean via the Excel v.4 macro language, which is understood by Excel when passed in using DDE.

I suspect that the feature allowing cells to be merged was introduced in Excel after v.4 macro language went "legacy".

You can of course do it indirectly, by storing the VBA code you show in an Excel macro module, then using DDE to launch the macro.

On Fri, 5 Mar 2004 16:46:27 -0500, Kevin Roland Viel <kviel@EMORY.EDU> wrote:

>Greetings, > > I have searched macrofun.hlp for a function that will do merge cells. >Might anyone suggest the equilavent to the following via DDE: > > Range("A1:C1").Select > With Selection > .MergeCells = True > End With > >Thanks in advance, > >Kevin > >Kevin Viel >Department of Epidemiology >Rollins School of Public Health >Emory University >Atlanta, GA 30322


Back to: Top of message | Previous page | Main SAS-L page