Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Post the code below to the Workbook module. Make sure you
have a CommandButton1 in Sheet1. Private Sub Workbook_Open() If Dir("G:\Assets\test.doc") = "" Then Sheet1.CommandButton1.Visible = False Else Sheet1.CommandButton1.Visible = True End If End Sub HTH... Al -----Original Message----- Al, How do I do this? Ryan . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
command button add another command | Excel Discussion (Misc queries) | |||
Command button | Excel Discussion (Misc queries) | |||
Command Button Visibility Problem | Excel Programming | |||
Command Button vs Control Button | Excel Programming | |||
Command Button vs Form Button | Excel Programming |