Question : page set up in a word

Dear experts,

Is there away i could choose one page on a word document, and then set the margings and it repeats for the all rest of the sheets or upto certain page number. So that layout when i print look alike.

In my document there is page break in every page.

I am using MS 2003.

Thank you

Answer : page set up in a word

The simplest solution is to create a class that contains the 3 values you want as properties. Then create an instance of the class, set those 3 values, then store that as the value in the dictionary.

i.e.
MyObject obj = new MyObject(value1, value2, value3);
then store obj in the dictionary list
Random Solutions  
 
programming4us programming4us