S
Steve Marotta
This shouldn't be this hard, but I can't seem to find any easy answers.
I have a Range variable, and all I want to do is set the font for that
Range, so that when I do an InsertAfter() on that Range, it will insert
with a given font. I've tried doing myRange.Font.Name as well as
myRangeFont.NameAscii and neither works.
If anyone has any ideas, please let me know. Thanks!
~ Steve
I have a Range variable, and all I want to do is set the font for that
Range, so that when I do an InsertAfter() on that Range, it will insert
with a given font. I've tried doing myRange.Font.Name as well as
myRangeFont.NameAscii and neither works.
If anyone has any ideas, please let me know. Thanks!
~ Steve