Active forms - edit rowset macro
Posted: Fri Feb 04, 2011 2:08 am
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
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