公告
财富商城
积分规则
提问
发文
2019-10-07 16:51发布
ゆ 、 Hurt°
At first please check this thread -> Adding a variable inside VLookUp
Still doesn't work..
End Sub
Just set the a different value for the temp-variable and the Label:
temp
Label
temp = "Temp" + MonthNameUpper + "''" + CStr(MonthView1.Year - 2000) Label3 = "Temp" + MonthNameUpper + "'" + CStr(MonthView1.Year - 2000)
Try this line temp = "Temp" + MonthNameUpper + "'" + CStr(MonthView1.Year - 2000) instead temp = "Temp" + MonthNameUpper + "''" + CStr(MonthView1.Year - 2000)
temp = "Temp" + MonthNameUpper + "'" + CStr(MonthView1.Year - 2000)
temp = "Temp" + MonthNameUpper + "''" + CStr(MonthView1.Year - 2000)
最多设置5个标签!
Just set the a different value for the
temp
-variable and theLabel
:Try this line
temp = "Temp" + MonthNameUpper + "'" + CStr(MonthView1.Year - 2000)
insteadtemp = "Temp" + MonthNameUpper + "''" + CStr(MonthView1.Year - 2000)