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")...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.