t;> Your request was “when I SELECT the cell”. So, as Sam says, use
>>> another event such as doubleclick.
>>>
>>> Don Guillett
>>> SalesAid Software
>>> dguille...@gmail.com
>>>
>>> *From:* Cab Boose
>>> *Sent:* Friday
ll”. So, as Sam says, use another
>> event such as doubleclick.
>>
>> Don Guillett
>> SalesAid Software
>> dguille...@gmail.com
>>
>> *From:* Cab Boose
>> *Sent:* Friday, October 14, 2011 8:32 PM
>> *To:* excel-macros@googlegroups.co
llett
> SalesAid Software
> dguille...@gmail.com
>
> *From:* Cab Boose
> *Sent:* Friday, October 14, 2011 8:32 PM
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Toggle a Cell value
>
> Hi Don and Sam
>
> Thanks for your input.
>
> I use
Your request was “when I SELECT the cell”. So, as Sam says, use another event
such as doubleclick.
Don Guillett
SalesAid Software
dguille...@gmail.com
From: Cab Boose
Sent: Friday, October 14, 2011 8:32 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Toggle a Cell value
Hi
gt;> If Target = 1 Then
>>> Target = 0
>>> Target.Interior.ColorIndex = 4
>>> Else
>>> Target = 1
>>> Target.Interior.ColorIndex = 3
>>> End If
>>> End Sub
>>>
>>> Don Guillett
>>> SalesAid Software
>&g
xit Sub
>> If Target = 1 Then
>> Target = 0
>> Target.Interior.ColorIndex = 4
>> Else
>> Target = 1
>> Target.Interior.ColorIndex = 3
>> End If
>> End Sub
>>
>> Don Guillett
>> SalesAid Software
>> dguille...@gmail.com
>>
arget.Interior.ColorIndex = 4
> Else
> Target = 1
> Target.Interior.ColorIndex = 3
> End If
> End Sub
>
> Don Guillett
> SalesAid Software
> dguille...@gmail.com
>
> *From:* Cab Boose
> *Sent:* Friday, October 14, 2011 2:33 AM
> *To:* excel-macros@googlegroups.com
> *Subject:* $$Ex
rior.ColorIndex = 3
End If
End Sub
Don Guillett
SalesAid Software
dguille...@gmail.com
From: Cab Boose
Sent: Friday, October 14, 2011 2:33 AM
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Toggle a Cell value
Hi eveyrone
See attached sheet.
For a 12 volt motor speed direct
Hi eveyrone
See attached sheet.
For a 12 volt motor speed direction, Forward or Reverse I want to have a
value of a cell to toggle back and forth between 0 and 1 and cell color also
to change each time between green and red.
Prefer to use a cell than use a toggle button, unless a toggle button