LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 390
Default Yet Another VLOOKUP issue in VBA

Anyone know what I am doing wrong?
Here is a snip of my code:

' Calculate Yardage
Set CapRange = Worksheets("TruckInfo").Range("TruckData")
Set truck = Me.cboTruckID
Set PerFull = Me.txtPerCap

TruckCap = Application.VLookup(truck, CapRange, 8, False)

vTruckYard = TruckCap * PerFull

The "truck" variable is getting set correctly (long type)
The "PerFull" variable is getting set correctly (long type)
The code hangs-up with the Vlookup segment ("Type mismatch")

Is there a special way to pass parameters to VLOOKUP inside of VBA?

Help?

 
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
Vlookup issue Sri Harsha[_2_] Excel Worksheet Functions 2 February 5th 09 06:51 AM
vlookup issue MrRJ Excel Discussion (Misc queries) 9 December 12th 08 10:55 AM
Vlookup issue [email protected] Excel Discussion (Misc queries) 1 January 23rd 08 03:53 PM
VLOOKUP issue Jonah Excel Worksheet Functions 1 November 16th 05 10:54 PM
VLOOKUP issue Jonah Excel Worksheet Functions 0 November 16th 05 10:31 PM


All times are GMT +1. The time now is 10:15 AM.

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

About Us

"It's about Microsoft Excel"