Page 1 of 1

Active forms - edit rowset macro

Posted: Fri Feb 04, 2011 2:08 am
by stex2727
Hi all,

Not sure if this is common knowledge but the following macro will show the subset editor for an active form so you can adjust the rowset.

Range("A1").Select
Application.Run "tm1rowedit"

where range "A1" contains the activeform's TM1RPTROW formula

Steve

Re: Active forms - edit rowset macro

Posted: Fri Feb 04, 2011 9:16 am
by dubs
Nice spot, will try that out