Mage33
Jan 17th, 2001, 06:13 PM
What I'm trying to do is something like this:
set vtimeincell = "form1.top_timein" & num
so that I can have a universal sub that can edit seven different instances of form1.top_timein that I have each followed by a number.
The problem is that it doesn't like having the form1.top_timein part inside quotes or outside of quotes. Any suggestions as to how to make these two run together smoothly?
set vtimeincell = "form1.top_timein" & num
so that I can have a universal sub that can edit seven different instances of form1.top_timein that I have each followed by a number.
The problem is that it doesn't like having the form1.top_timein part inside quotes or outside of quotes. Any suggestions as to how to make these two run together smoothly?