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
Active forms - edit rowset macro
Re: Active forms - edit rowset macro
Nice spot, will try that out