Re: User-Define Type: object needed error??
- From: "Bob Butler" <tiredofit@xxxxxxxxxxx>
- Date: Wed, 5 Jul 2006 15:53:47 -0700
"Randy Gardner" <RandyGardner@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:08BCC9E4-EB46-4FFF-80E4-12F7F49948EE@xxxxxxxxxxxxx
Public Type BowRecord<cut>
' Problem: ********************
BowRecord.Drawlbs = BowValues(I, 1, 0)
You defined a type named 'BowRecord' but that's not a variable...
Dim BR as BowRecord
BR.Drawlbs=BowValues(i,1,0)
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- References:
- User-Define Type: object needed error??
- From: Randy Gardner
- User-Define Type: object needed error??
- Prev by Date: Re: Accessing mdb file via VB code
- Next by Date: Re: Word 97 and Word 2003
- Previous by thread: User-Define Type: object needed error??
- Next by thread: Re: User-Define Type: object needed error??
- Index(es):