I'm having trouble using the spreadsheet and I'm wondering if someone can tell me what I'm doing wrong. Let's say I didn't make any changes to the spreadsheet and used it as it downloaded with Mag 18. When I click the Solve botton the following happens:
Does anyone have any idea what I'm doing wrong?
Tenshi
- 1.)Microsoft Visual Basic - waterpipe-v1.xls[running] opens up with four windows named:
Compile error:
can't find project library
there is also a "ok" and "help" button
waterpipe-v1.xls - Sheet 7 (Code)
Private Sub CommandButton1_Click()<(this is highlighted in yellow)
SolverOk SetCell:="$B$45", MaxMinVal:=2, ValueOf:="0", ByChange:="$B$38"
SolverSolve
End Sub
waterpipe-v1.xls - Module2 (Code)
Sub Plumb()
'
' Plumb Macro
' Macro recorded 5/27/2002 by Sanjay Joshi
'
'
SolverOk SetCell:="$H$9", MaxMinVal:=2, ValueOf:="0", ByChange:="$B$25"
SolverSolve
End Sub
waterpipe-v1.xls - Module6 (Code)
Sub Reset_Form()
'
' Reset_Form Macro
' Macro recorded 12/23/2002 by Shane Graber
'
' Keyboard Shortcut: Ctrl+r
'
Range("B38").Select
ActiveCell.FormulaR1C1 = "0.00000001"
Range("B19").Select
End Sub
2.) I click ok and nothing happens.
Does anyone have any idea what I'm doing wrong?
Tenshi