3
Answers

Invalid Use of Property

Ramco Ramco

Ramco Ramco

4d
135
1

Hi

  On below line i am getting error

    Picture1.FormattedPicture = Nothing
 

Private Sub Section3_Format(ByVal pFormattingInfo As Object)
    Picture1.FormattedPicture = Nothing
    Set Picture1.FormattedPicture = LoadPicture(cimage1.Value)
End Sub

Thanks

Answers (3)