Hello,
I'm trying to figure out the following: I have a cell in Excel sheet that I define with a name. Next I want to use that specific cell in a VBA calculation, using that name. How can I write this code in VBA?
as an example: calculate an average of a group of cells, then multiply that average with the value of the named cell.
So far, I get an error message.
I'm trying to figure out the following: I have a cell in Excel sheet that I define with a name. Next I want to use that specific cell in a VBA calculation, using that name. How can I write this code in VBA?
as an example: calculate an average of a group of cells, then multiply that average with the value of the named cell.
So far, I get an error message.