Thread
:
Value NOT adding 1 ??
View Single Post
#
1
Posted to microsoft.public.excel.programming
Corey
external usenet poster
Posts: 363
Value NOT adding 1 ??
TextBox1.Value = "A " & Application.Max(Sheets("Data").Range("A:A")) + 1
The result of the above is EQUAL to the MAX value and NOT (+1) Why?
I get "A 3869" instead of "A3870".
Corey....
Reply With Quote
Corey
View Public Profile
Find all posts by Corey