Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what is ActiveSheet.range("44")?
you need to specify a column foe the cell. -- Gary "Patrick C. Simonds" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry to waste everyone's time with that one. That 44 should have been A4.
Time to set this aside for the night. "Gary Keramidas" wrote in message ... what is ActiveSheet.range("44")? you need to specify a column foe the cell. -- Gary "Patrick C. Simonds" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does this code not work? | Excel Discussion (Misc queries) | |||
Code just won't work... | Excel Programming | |||
Why Won't This Code Work???? | Excel Programming | |||
Code won't work? | Excel Programming | |||
Why my code do not work : - ( | Excel Programming |