Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convert text to iPictureDisp type

Status
Not open for further replies.

BitZero

Programmer
Mar 11, 2008
100
US
Is there a way in VBA code to convert a text string into a variable with a type of iPictureDisp?

What I'm really trying to do is to create a bit map (.bmp) file containing about 25 characters of text.

If a variable with type iPictureDisp could be created, then the SavePicture command could be used to create the bmp file.

Thanks
 
Is this something you're wanting to happen automatically in the background, or is it something you can do one time, and be done with it?

--

"If to err is human, then I must be some kind of human!" -Me
 
It would happen when a button is clicked. Which is basically the same as automatically.
 
It seems this same thing was discussed very recently over in one of the following forums:
forum702
or
forum705

If I can come across it again, I'll post a link. Try searching for posts in those forums, and see if you find it as well...

--

"If to err is human, then I must be some kind of human!" -Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top