Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I've created a user form with various text boxes and comboboxes whic enters info into specific columns on a worksheet named "METRO". Th code I used to enter the data searches for the last cell, (in METRO) with data in a specific column and offsets it by one so the new info (plugged into the form), is entered in the next "empty" row. I'v listed a portion of the code I used below. r = ws.Cells(Rows.Count, 5).End(xlUp).Offset(1, 0).Row Column A of worksheet METRO is labeled as 'ticket number" which i populated by a formula that is linked to another sheet. On the user form I've created is a textbox I would like to have displa the ticket number that the data entered into the form will populate. I hope I didn't get too long winded or confusing. Any Ideas?? -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble with saving user input in an Excel Form. | Excel Discussion (Misc queries) | |||
User Form in VB = TextBox | Excel Discussion (Misc queries) | |||
User form trouble | Excel Programming | |||
Format of a textbox on a user form controled by a spinner | Excel Programming | |||
User Form textbox formatting | Excel Programming |