View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
Minitman[_3_] Minitman[_3_] is offline
external usenet poster
 
Posts: 3
Default Hiding A Sheet Command Button With VBA

Thanks Tom,

That is just what I was looking for.

On Sat, 6 Mar 2004 19:35:03 -0500, "Tom Ogilvy"
wrote:

Worksheets("sheet1").CommandButton1.Visible = False