Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I need to change the below code so instead of looking for the cell A1 (and putting the value in a userform textbox) - it looks for the value in column A of the row that the user has selected. Private Sub UserForm_Activate() txbProjName.Value = Range("A1").Value End Sub This will allow the user to select a row - run the userform and view the data for that specific row (record). Any help would be great. Phil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace text format | Excel Discussion (Misc queries) | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions | |||
Problems Autosaving an excel file/sheet as Text | Excel Discussion (Misc queries) | |||
Text Box Movement Problems | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |