help

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

In Visual Basics I have my code that says:

Dim Notes As String
Notes = ...

I want to be able to say something like:

Dim Picture As ?
Picture = OLEPic

What would I set the picture type as?

Also how can I make change the font size and make it bold?
 
Perhaps, as Variant or Object?
Assignment would not be that simple though :-)

Pavel
 
Back
Top