Deleting bitmap in a form

O

Oldjay

I have selected the picture and tried to delete it to no avail
I have tried to find a way in the Properties pane with no success.

How do I delete this image without rebuilding this complex form?
 
R

Rick Rothstein

In the Picture property for the UserForm (or control for that matter), it
should have "(Picture)", without the quotes of course, in the field...
select the "(Picture)" and then press the Delete button on your keyboard.
The picture should be gone and the "(Picture)" should have been replaced
with "(None)".
 
O

Oldjay

Thanks I thought I did that but imust not have.

Rick Rothstein said:
In the Picture property for the UserForm (or control for that matter), it
should have "(Picture)", without the quotes of course, in the field...
select the "(Picture)" and then press the Delete button on your keyboard.
The picture should be gone and the "(Picture)" should have been replaced
with "(None)".
 
Top