View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Stephens James Stephens is offline
external usenet poster
 
Posts: 26
Default Formula Assigned To Variable

I need some help and I can't find the correct syntax. Here is what I have

MonthES = CONCATENATE(0, Month4

I want to assign the value of the formula above to the variable MonthES. I don't see why this shouldn't work. I would think it is only a syntax error, but I can't seem to find the answer

Thanks for your assistance