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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aburamewolf

    Help with Random Numbers

    I would really appreciate some help right now, it's my first attempt at working with random numbers in VBA. I'm working in a "raffle" program who's end result should be employees inputting their employee number, which in turn will trigger a look-up for their name and hence a row number can be...
  2. aburamewolf

    Compile error when open by different User

    Good Afternoon, I really need some help, I'm new to VBA and I've been working on this subtract/replace information userform, it is dependent of auto filters it's working fine in my computer and even in a different computer in the network when opened with my username however when a different...
  3. aburamewolf

    Calling a variable to differnt sub()

    Hi I was wondering if it was possible to obtain the value of a variable that was created/used on a different sub (0 as an example: --------------------------------------- Private Sub inotes_Enter() Sheets("inbound").Activate dim timestamp as string dim cnt as long timestamp = Format(Now, "mmm...
  4. aburamewolf

    run time error '91' when clicking on text field

    Hi I'm new to VBA, I've been trying to fix the error I'm getting when creating a user form in excel, but I'm kind of stuck, the code is presented below. What the macro should do is, once I click on inotes.text it should automatically use the "ifind" variable to search through the sheet for the...
  5. aburamewolf

    run time error '91' when clicking on text field

    Hi I'm new to VBA, I've been trying to fix the error I'm getting when creating a user form in excel, but I'm kind of stuck, the code is presented below. What the macro should do is, once I click on inotes.text it should automatically use the "ifind" variable to search through the sheet for the...

Part and Inventory Search

Back
Top