0
votes
1answer
200 views
Calling Excel Solver VBA from another worksheet
After creating a new workbook, I am trying to solve a newly created worksheet of this workbook in VBA. Despite of activating the new worksheet, Solver attempts to solve the worksheet, where the ma …
1
vote
Calling Excel Solver VBA from another worksheet
I just had to reopen the workbook.
Workbooks.Open "foo.xls"
wb.Activate
ws.Activate
…
