Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Userfrm Lookup Works For text not Number

What error do you get?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"gregork" wrote in message
...
Hi,
I have the following code for inserting data on a user form

based on a
number on a cell in a worksheet:


Private Sub ComboBox1_Click()
TextBox2.Text = WorksheetFunction.VLookup(ComboBox1.Text,
Worksheets("Blending Details").Range("A2:Z500"), 2, False)

End Sub

When I put a word in the combo box the lookup is successful and

I get the
value returned in textbox2. But when a number is in the combox

I get a
runtime error.
Any ideas?

Thanks
gregork




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default Userfrm Lookup Works For text not Number

Hi Chip,
I get "Unable to get the VLookup property of the worksheet function class"

regards
gregork


"Chip Pearson" wrote in message
...
What error do you get?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"gregork" wrote in message
...
Hi,
I have the following code for inserting data on a user form

based on a
number on a cell in a worksheet:


Private Sub ComboBox1_Click()
TextBox2.Text = WorksheetFunction.VLookup(ComboBox1.Text,
Worksheets("Blending Details").Range("A2:Z500"), 2, False)

End Sub

When I put a word in the combo box the lookup is successful and

I get the
value returned in textbox2. But when a number is in the combox

I get a
runtime error.
Any ideas?

Thanks
gregork






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
lookup column using text not col number Joe Excel Worksheet Functions 1 October 21st 09 08:30 PM
Lookup existence of a cell phone text number MarkMcG Excel Discussion (Misc queries) 5 January 16th 09 03:51 PM
Excel 2002: How to lookup the last number and text in a column ? Mr. Low Excel Discussion (Misc queries) 3 November 23rd 08 02:41 AM
Lookup functions in Works Spreadsheet 8.0 cityboyjerry Excel Worksheet Functions 1 February 27th 08 08:17 PM
lookup or find matching number in text string mmanis Excel Worksheet Functions 3 October 3rd 07 03:59 PM


All times are GMT +1. The time now is 04:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"