I'm not too sure what you mean but this might help???

set the file menu's Visible property to false
and put this code behind the button:

private sub cmdGo_Click()
file_Menu.visible = true
end sub()

Hope this helps!