Hey all,

How can I go about errasing an array of Menus name mnuArtist? This is what I tried

VB Code:
  1. Erase frmMain.mnuArtist

But it gives me the error of "expected array"

How can I do this?