|
-
Jul 16th, 2008, 09:42 AM
#1
Thread Starter
Fanatic Member
Insert symbols into a Word document
I have been using .InsertSymbol but it doesn't do exactly what I want. It seems that this method will only let you insert a symbol at the beginning of a range or selection. I want to create the word document which I have done, then insert a symbol(custom bullet) then text, then go to a new like, insert symbol and text, and repeat the process. How can I do this? I also tried using different ranges based on how many characters I add but then I get a "Value out of range" exception. Help! Thanks
C#.net, VB, C++, Java, VS 2005/2008
Dont' forget to rate posts that are helpful to you.
-
Jul 16th, 2008, 10:24 AM
#2
Thread Starter
Fanatic Member
Re: Insert symbols into a Word document
I figured it out but it seems hacky... I set the initial range to just be blank spaces, then I keep making new ranges and setting the symbol using just one space. Is that the best way to do it?
C#.net, VB, C++, Java, VS 2005/2008
Dont' forget to rate posts that are helpful to you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|