Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having a difficult time with the syntax to be able to populate textbox
controls in a userform using VLookup with data in a worksheet outside of the userform . Can anyone help? Is it even possible to code this in VBA? I'm using something like this in a standard module: Dim UF as Userform Set UF = UserFormLoanReqInpute with UF .tbBorr1Name = application.worksheetfunction.vlookup(.tbBorr1CIF, ("C:\My Documents\cf_details.xls!Range("Database"),3,false ) I get error #1004 Please help as I need to complete this project ASAP! Thanks . . . . . Laz |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup? populate 3 columns of data when match a common value, | Excel Worksheet Functions | |||
populate cell on worksheet 2 if text is red on worksheet 1 | Excel Worksheet Functions | |||
how can i re-populate a userform with data already entered? | New Users to Excel | |||
Best way to populate worksheet from 2 combo boxes | Excel Worksheet Functions | |||
userform text boxes | Excel Programming |