R
Ryan Curry
Hi all, I'm trying to create a small VB code that allows us to save decisions
in a singe document. I have 3 text boxes that we'll fill out (problem,
decision, and decider) and when you hit the command button it will insert the
information below any previous decisions that have been recorded.
The issue is that I would like to enter in "Problem Description: " &
strProblem but have Problem Description be entered as bold (for readability)
and for the LIFE of me I can't find where to set this. I've tried entering
it in as a lone paragraph and setting that range to bold and Word doesn't
like it. I wish I could just find the text and bold it but I can't figure
that part out.
I'm on Word 2003 and using the Visual Basic Editor for my code. Any help is
GREATLY appreciated.
in a singe document. I have 3 text boxes that we'll fill out (problem,
decision, and decider) and when you hit the command button it will insert the
information below any previous decisions that have been recorded.
The issue is that I would like to enter in "Problem Description: " &
strProblem but have Problem Description be entered as bold (for readability)
and for the LIFE of me I can't find where to set this. I've tried entering
it in as a lone paragraph and setting that range to bold and Word doesn't
like it. I wish I could just find the text and bold it but I can't figure
that part out.
I'm on Word 2003 and using the Visual Basic Editor for my code. Any help is
GREATLY appreciated.