Perfect! Thank you for your help.
On Friday, August 31, 2012 12:09:50 PM UTC-4, mburkett wrote:
>
> I have some code that is not working as I expected. I set a variable from
> a value in a cell within the worksheet and add a countif formula. The
> result I get in the cell is the variable along w
I wish I could but it has proprietary data. Here is a little clarification
The variable indname is set by going to a specific cell that has some text
(exable below)
Range("A1").Select
indname = Selection.Value
This sets the variable indname which is some text
>From there I goto another cell whe
can you please attach file in which you want to do this to make it more
understandable
Regards,
Lalit Mohan
On Friday, 31 August 2012 18:09:50 UTC+2, mburkett wrote:
>
> I have some code that is not working as I expected. I set a variable from
> a value in a cell within the worksheet and add a