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!

Recent content by jcgroove

  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

    That worked! Thank you very much.
  3. jcgroove

    Change background of frame_a from value in frame_b

    I've gotten this functionality to work in IE with a very similar script. Just not having luck with FF. Thanks for any help!
  4. 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