What's up VBA Experts, I need your help.
Question:
I need to know the proper syntax to code a Label in excel. let me explain myself a bit better. See sample below:
I need to increment the numbers in B1 & B2 based on what's typed in cell A1. I have no problem doing it in excel but I don't know how to apply the proper coding to a VBA label. Thanks in advance and hope I'm being clear..
Field Length From To
A1 B1 B2
50 1 50
10 51 60
This is the code I use in excel
=SUM(A1:B2) - 1 and down as many as I need.
"The reward of one duty done is the power to fulfill another"
<%
Jr_Clown@Yahoo.com
%>
Question:
I need to know the proper syntax to code a Label in excel. let me explain myself a bit better. See sample below:
I need to increment the numbers in B1 & B2 based on what's typed in cell A1. I have no problem doing it in excel but I don't know how to apply the proper coding to a VBA label. Thanks in advance and hope I'm being clear..
Field Length From To
A1 B1 B2
50 1 50
10 51 60
This is the code I use in excel
=SUM(A1:B2) - 1 and down as many as I need.
"The reward of one duty done is the power to fulfill another"
<%
Jr_Clown@Yahoo.com
%>