S
Steelangel
Hi!
I'm a FORTRAN programmer at heart, so I'm a bit perplexed and newbis
about VB syntax.
My project is to create a userform that is a keyboard for extende
latin characters, to prevent me having to rememeber a hundred alt+xxx
commands. On that end, I have done pretty good for myself, using
Code
-------------------
Selection.TypeText Text:="x"
-------------------
I only have issues figuring out what to use for carriage returns an
backspaces.
I would also like for the form to allow for font selection and colo
assignment. I can create drop down menus with no problem, but I don'
know how to code the following algorithm:
0) Set font to 'y' and font color to 'z' in the drop down window.
1) Click button for character 'x'
2) Print 'x' to screen with font 'y' and font color 'z'
This seems to be a VB 101 problem, but I'm completely at a loss abou
it
I'm a FORTRAN programmer at heart, so I'm a bit perplexed and newbis
about VB syntax.
My project is to create a userform that is a keyboard for extende
latin characters, to prevent me having to rememeber a hundred alt+xxx
commands. On that end, I have done pretty good for myself, using
Code
-------------------
Selection.TypeText Text:="x"
-------------------
I only have issues figuring out what to use for carriage returns an
backspaces.
I would also like for the form to allow for font selection and colo
assignment. I can create drop down menus with no problem, but I don'
know how to code the following algorithm:
0) Set font to 'y' and font color to 'z' in the drop down window.
1) Click button for character 'x'
2) Print 'x' to screen with font 'y' and font color 'z'
This seems to be a VB 101 problem, but I'm completely at a loss abou
it