Hey everyone,
I was wondering if someone could help me with something please?
I am writing some code to change mass numbers of cell values but it will not work. This issue is the use of "" (quotation marks)
Here is an example of what I would like:
I get an error each time I try to get the code to run because of the "" after C9:C44,
I require the "" in the cell values because it the workbook is looking for empty cells within that range.
Many thanks,
LSM1604
I was wondering if someone could help me with something please?
I am writing some code to change mass numbers of cell values but it will not work. This issue is the use of "" (quotation marks)
Here is an example of what I would like:
Code:
Range("C68").Value = "=COUNTIF(C9:C44,"")"
I get an error each time I try to get the code to run because of the "" after C9:C44,
I require the "" in the cell values because it the workbook is looking for empty cells within that range.
Many thanks,
LSM1604