Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone PLEASE tell me how to send data from the userform to a specific
cell on a specific worksheet? I have most entries going to each row via the example code found on Microsoft.com and it works great: Dim LastRow As Object Set LastRow = Sheet2.Range("a65536").end(xlUp) LastRow.Offset(1, 0).Value = TextBox7.Text LastRow.Offset(1, 1).Value = ComboBox1.Text etc., etc, etc. BUT I need for a couple of textboxes and a combo box on the userform to go to a specific cell on Sheet2. PLEASE HELP!!!!! This has stressed me out tremendously today!! -- Jennifer Lee IS Coordinator/App Support |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
send data to specific location under certain conditions | Excel Worksheet Functions | |||
Link to specific cell in specific Excel file | Excel Discussion (Misc queries) | |||
How to send specific cell ranges to multiple e-mail addresses | Excel Programming | |||
Link from a specific Cell in Excel to a specific para. in Word | Excel Worksheet Functions | |||
macro to send excel sheet to specific email address | Excel Programming |