Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using this code to try and return a value in column d based from text in
the cboRation combobox. i am getting error Unable to get Vlookup property of the WorksheetFunction class Here is the code i am try to use Private Sub GetSum() Dim Ration As Variant Dim Percent As String Ration = cboRation.Value Sheets("Rations").Activate Percent = WorksheetFunction. _ VLookup(Ration, Range("PercentList"), 3, False) me.lblPercent.valueu= Percent End Sub Thank you so much. -- Thank you, Jennifer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to get the Vlookup property of the WorksheetFunction class | Excel Programming | |||
ActiveX property missing | Excel Programming | |||
Unable to get the Vlookup Property of the WorkSheetFunction Class | Excel Programming | |||
Width Property missing from Listview (mscomctl.dll) in VB6 | Excel Programming | |||
Unable to get VLOOKUP property | Excel Programming |