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 Rhinorhino 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: *

  • Users: bbyboo1323
  • Content: Threads
  • Order by date
  1. bbyboo1323

    Access Calculation

    Ok, i have created code to place an Access table into Word. My last column (7) i have to place the revenue value of each product. the get the revenue the caculation is # of rentals times the rental fee. how do i perform the calculation for each row and then place it?
  2. bbyboo1323

    VBA Powerpoint

    I need to prompt the user with an inputbox to enter information for a slide. ex: prompt to enter a tite for a slide (placing it in the first shape) then to inter source of their presentation (placing that in the 2nd shape), then add code to prompt the user for the # of slides they want to add...
  3. bbyboo1323

    VBA Access Question

    Ok heres the situation. I have to add a label to a form in which when a check box is checked, the label is not visible and when its not checked, it is visible. I have entered the code as follows: Public Sub CurrentLabel() If [Current].Enabled = True Then lblInactive.Visible = False Else...
  4. bbyboo1323

    VBA Word

    I am working in the immediate window of VBA with Word (2000) and I need to write a short code to find a work and replace it but when I write the code, it will not replace the word I need to replace it. Someone please help me on this! Thanks

Part and Inventory Search

Back
Top