MrMeReturns
Technical User
I have been trying to get the Solver to run in Excel XP VBA but I keep getting an error saying an unexpected error has occured or the machine has run out of resources.
Also the function text itself is acting a bit wierd. Instead of turning blue and capitalizing the appropriate letters like other functions, the solver function calls remain as if they were normal text - all lower case and black.
This is the peice of code that is giving me the error.
SolverOk SetCell:=ActiveSheet.Range("A1", MaxMinVal:=3, ValueOf:="0", ByChange:=ActiveSheet.Range("A2"
Note I corrected the formatting manually.
If anyone has anyideas let me know please
MrMeReturns
Also the function text itself is acting a bit wierd. Instead of turning blue and capitalizing the appropriate letters like other functions, the solver function calls remain as if they were normal text - all lower case and black.
This is the peice of code that is giving me the error.
SolverOk SetCell:=ActiveSheet.Range("A1", MaxMinVal:=3, ValueOf:="0", ByChange:=ActiveSheet.Range("A2"
Note I corrected the formatting manually.
If anyone has anyideas let me know please
MrMeReturns