Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Visibility of a command Button

oh ye of little faith

Sub TestFile()
Dim sFile As String
Dim myFile

sFile = "G:\Assets\test.doc"
myFile = Dir(sFile)
ActiveSheet.CommandButton1.Visible = Not myFile = ""

End Sub


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Ryan" wrote in message
...
I don't think that what I am proposing to do is possible, but it is worth

a shot (and will make my boss happy which is always a good thing). I want
to be able to set a condition for the visibility of a command button. I
want the button hidden unless there is a certain file in a certian drive. I
have yet to be given the specifics on what the file will be and where it wil
be, so for now I will call the file "test.doc" and the location
"G:\Assets\". When "test.doc" is in "G:\Assets\" I want CommandButton1 on
Sheet1 to be visible. When "test.doc" is NOT in "G:\Assets\" I want
CommandButton1 to NOT be visible.

Thanks for your help!

Ryan



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Visibility of a command Button

Bob

I will never doubt your powers again! Thank you

Ryan
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
command button add another command Wanna Learn Excel Discussion (Misc queries) 5 December 7th 08 11:42 PM
Visibility of a command Button Al Bundy Excel Programming 2 May 7th 04 10:59 PM
Command Button Visibility Problem Ian[_9_] Excel Programming 2 February 20th 04 06:51 PM
Command Button vs Control Button RGibson Excel Programming 1 October 14th 03 02:24 AM
Command Button vs Form Button T K Excel Programming 4 August 26th 03 07:26 PM


All times are GMT +1. The time now is 04:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"