Attach User Entered Data with word Document while saving
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hello all, I created a custom Ribbon for word 2007 using VS 2008. I have 4 editboxes on that ribbon in which user is going to enter some data. I would like to attach this data to the same word file and save it, so that when i open this document i can see the contents with the user entered values in particular EditBoxes. Can anyone suggest me how to do this ??????????