deleting a recordset control

S

scain2004

By accident I inserted a recordset control into my userform.

When I try to delete it (right click/delete), it gives me an erro
message:

Could not delete the controls. Not enough storage is available t
complete this operation.


Ok, now I know my disks aren't full and my memory isn't either, so wha
gives? How do I get rid of this recordset control?

p.s. = Ultimately, I'm trying to figure out how to get a scrollbar o
the userform to be used as a record (row in worksheet) control device.
ex. scroll down for next row, scroll up for previous
 
Top