Microsoft
Software
Hardware
Network
Question : Use Command Button to set cell value
i have a command button in excel 2007 that i need to use to set a cell value when a user clicks on it.
for example when someone clicks on the button i need teh value in cell C1 to be set to "True". can someone help me with the VBA for this type of function?
Answer : Use Command Button to set cell value
In the CommandButton_Click event in the relevant worksheet (VBA editor), type the following -
Activesheet.Cells(1,3).val
ue = True
Random Solutions
Getting "Incorrect Syntax near the Keywork 'Union''
Script to rename foldernames
Microsoft Outlook Stationary Path
!! Start Up Folder Problem !!
Import Outlook Express address book to Outlook 2007
Activesync does not work with ATT 8525
Python and Tkinter : image border when button is selected
Copy and paste lines in a file, bash scripting
WebTrends tracking - 301 redirect in IIS environment - Want to track 301 redirected domain visits
AWK and splitting a string into an array