Thread
:
Textbox value insert in two cells
View Single Post
#
1
Posted to microsoft.public.excel.misc
KK
external usenet poster
Posts: 61
Textbox value insert in two cells
How do modify the following code below so that the value in texbox1 will also
be inserted in sheet5 cell "A1"
Set LastRow = Sheet2.Range("a100").End(xlUp)
LastRow.Offset(1, 0).Value = TextBox1.Text
--
kk
Reply With Quote
KK
View Public Profile
Find all posts by KK