Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Guys, I was trying to get some values from excel sheets to a form in excel and it shows error “ Type mismatch”. The value in the A coulmn of the sheet “Answer” is a number and that of B is a text. I have to get that text value in the text box of my form. The code is as follows: UserForm1.txtIncome.Value = Application.Lookup(Sheets("Master I&P").Range(Q207 & j).Value, Sheets("Answer").Range("A2:A334"), Sheets("Answer").Range("B2:B334")) Do you know Y this error comes?? Please help -- bisjom ------------------------------------------------------------------------ bisjom's Profile: http://www.excelforum.com/member.php...o&userid=31206 View this thread: http://www.excelforum.com/showthread...hreadid=508799 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Type mismatch using rnge as Range with Type 8 Input Box | Excel Programming | |||
Help: Compile error: type mismatch: array or user defined type expected | Excel Programming | |||
Type Mismatch | Excel Programming | |||
Type mismatch? | Excel Programming | |||
Type mismatch in VBA LinEst function if range too large | Excel Programming |