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

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

    input box value into formula written with VBA

    How can I use input box values in a formula that is put into a cell with VBA? Example: Sub comment_count() Dim NUM1 As Variant Dim NUM2 As Variant NUM1 = InputBox("Enter the low range of comment numbers.", "ENTER") NUM2 = InputBox("Enter the high range of coment numbers.", "ENTER")...
  2. jcgroove

    Change background of frame_a from value in frame_b

    So what I'm trying to do is change the background color or image of frame_a based on a hidden form id value in frame_b. I haven't been able to get it to work in firefox. Can anyone help me please! Here is the html for the frameset page: <html> <frameset rows="25%,75%"> <frame name="frame_a"...

Part and Inventory Search

Back
Top