prabha_friend
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 95
What is called an excel workbookparameter? If we can change a name into a workbookparamter, can we pass variables to an workbook?
One more question:
I have given a name for a constant.
Constant's Value = 10
Name of the constant = Constant1
But Activeworkbook.names("Constant1").value is giving "=10". What is the effective way to read the constant's value without the "=" on it?
Note:
I am naming a constant because I don't want to allot a cell to hold a value which doesn't actually require a cell to reside.
One more question:
I have given a name for a constant.
Constant's Value = 10
Name of the constant = Constant1
But Activeworkbook.names("Constant1").value is giving "=10". What is the effective way to read the constant's value without the "=" on it?
Note:
I am naming a constant because I don't want to allot a cell to hold a value which doesn't actually require a cell to reside.
Last edited: