VBA CODE HELP!

Joined
Jan 14, 2022
Messages
1
Reaction score
0
I've declared the following
Dim InnerCity As Double
But on clicking a certain button to execute such as,
InnerCity=txtInnerCity.Text
It shows compiler error , variable not defined alough I've already defined it .how do I fix it?
 
Back
Top