Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a cyclic group called Date2
with field
I would like that my macro will set always back to YearWeek
I made a small test as follow
sub test
set gg =ActiveDocument.getgroup("Date2")
gg.cycle 1
end sub
But I run this macro is always changing the field to
and again and again.
I don't want this I want that by running this macro the field will staty/ back to
thanks for your help
Some ideas?
What is the reason for changing the dimension within a cyclic group per button?
- Marcus