CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Ricardo_mcs

Search: Search took 0.01 seconds.

  1. Re: Stock control working with vb code (almost done help with error)

    Hi

    Sorry my mistake

    heres the code hope someone can helpme


    Sub StockIn()

    If ComboBox1.Value = vbNullString Then 'if the user has yet to search for the record then
  2. Re: Stock control working with vb code (almost done help with error)

    Hi

    i've done some improvements and it seems to work fine

    i've uploaded the excel sheet to see how it works

    now i'm starting to work on the "stockin" "stockout"

    Any ideas
  3. Re: Stock control working with vb code (almost done help with error)

    ok friend thanks any way

    just need to ask you a favor, if You could pass the word of this treath as you are a power poster.

    thanks

    Rsilva
  4. Re: Stock control working with vb code (almost done help with error)

    Hi DataMiser

    i think the problem is in this part

    Set fc = .Columns(y).Find(what:=x, After:=fc(1, 5), _
    LookIn:=xlValues, lookat:=xlPart,...
  5. [RESOLVED] Stock control working with vb code (almost done help with error)

    hi.

    I'm developing an excel sheet "stock control" with VB code.

    The sheet layout is ready and the code in working well

    but it only works if i select the row...
Results 1 to 5 of 7





Click Here to Expand Forum to Full Width

Featured