CrunchMasterMatt
Board Regular
- Joined
- Jul 20, 2012
- Messages
- 123
Hi, I saw recently that I could add an Adobe PDF viewer ActiveX control to my userform, which I found while poking around at all the userforms additional controls. It adds an Adobe Reader pdf control window right inside my userform and displays the pdf pages inside the userform as well. Very cool...
So now I wonder if I can Add an "MS Word" type ActiveX control window in the UserForm??? It doesn't have to be "Microsoft Word" specifically, it can be ANY rich text supported userform ActiveX control?
What I'm trying to figure out is, "Wouldn't I now also have RICH TEXT editing capabilities on my userform?" I'm assuming I would have programmatic access to this new ActiveX, so I'm thinking this could be a workaround to the standard ToolBox Label control, which does not support Rich Text editing? Sometimes I need a dozen Labels to support different Font formats, and when the text is written at various string lengths, it becomes almost impossible. So I limit the user data I write to these types of Label configurations to work within these confines - and it bugs me! Any help would be greatly appreciated!!
So now I wonder if I can Add an "MS Word" type ActiveX control window in the UserForm??? It doesn't have to be "Microsoft Word" specifically, it can be ANY rich text supported userform ActiveX control?
What I'm trying to figure out is, "Wouldn't I now also have RICH TEXT editing capabilities on my userform?" I'm assuming I would have programmatic access to this new ActiveX, so I'm thinking this could be a workaround to the standard ToolBox Label control, which does not support Rich Text editing? Sometimes I need a dozen Labels to support different Font formats, and when the text is written at various string lengths, it becomes almost impossible. So I limit the user data I write to these types of Label configurations to work within these confines - and it bugs me! Any help would be greatly appreciated!!