Thread
:
This code does not work
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick C. Simonds
external usenet poster
Posts: 343
This code does not work
Can anyone tell me why this code will not work. It is suppose to put the
value of TextBox1.Value and TextBox2.Value in one cell with a comma in
between.
ActiveSheet.range("44").Value = TextBox1.Value & ", " & TextBox2.Value
Reply With Quote
Patrick C. Simonds
View Public Profile
Find all posts by Patrick C. Simonds