Change "Group by" in view programmatically

K

KS

I've set up a VBA code that copies an existing view as another name.
I'd now like to programmatically change how the items are grouped in
the view. I can modify the "Group Items by" feature using the mouse,
but I'd like to have it happen in the VBA code. Is that possible?
 
M

Michael Bauer

Hi Karl,

you could set up a view manually watch its xml property for learning.
 
Top