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?
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?