Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I use PropertyBag Object in VBScript?

Status
Not open for further replies.

VB400

Programmer
Sep 8, 1999
359
US

Can I use PropertyBag Object in VBScript? If so, How?

When I tried using it, I get a "Class not defined: PropertyBag" error!

Dim objPB
Set objPB = New PropertyBag
objPB.WriteProperty "Name", "Testing"
Set objPB = Nothing Tarek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top