vba de bir program calıstırmaya calsıyorum. program aldıgım kitabın ıcınden cıkan cd de olan bi program. bu yuzden program dogru oldugunu düşünüyorum. fakat programı calıstırmaya calıstıgım da bana compile error: can't find project or library. diyo errorlu satırda olan kod:
Private Sub UserForm_Initialize()
lblPrompt.Caption = "Enter the newly observed demand and unit cost for " _
& Format(newMonth, "mmm-yyyy")
txtDemand.Text = ""
txtUnitCost.Text = ""
End Sub
vba de tools/reference dan kutuphane eklemem gerekıyo fakat neye gore hangi kutuphaneyı ekleyecegımı bılemıyorum yardımcı olabılırmısınız
Private Sub UserForm_Initialize()
lblPrompt.Caption = "Enter the newly observed demand and unit cost for " _
& Format(newMonth, "mmm-yyyy")
txtDemand.Text = ""
txtUnitCost.Text = ""
End Sub
vba de tools/reference dan kutuphane eklemem gerekıyo fakat neye gore hangi kutuphaneyı ekleyecegımı bılemıyorum yardımcı olabılırmısınız