Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2009 |
| Replies: 1 Views: 2,136 hello i am doing a program that saves cell values from sheet1 to sheet2 as my database including the value in the drop down.
my program can save the value of the dropdonw to sheet2 ...my problem... |
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2007 |
| Replies: 0 Views: 1,250 i have three arrays below
l = 0
For k = LBound(Tstk) To UBound(Tstk)
Tstk(k) = stk(l)
l = l + 1
Next k
z = 0 |
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2007 |
| Replies: 0 Views: 1,150 i have a search program that when searched i will make a receipt, a reciept form will be displayed, the
1st item searched will be displayed on text1(0).text and the quantity also will be displayed... |