Guest aymanlionheart Report post Posted 03/15/2005 04:02 PM i'm trying to retrive data from excell file , i need the data from cell C,D,E,F this is the Query Database module that i used: Sheet1$C$RV[Get Product]$RV[Get Product]:E$RV[Get Product]:F$RV[Get Product] Attached the call trace log, please help Call_Trace_log.txt Share this post Link to post
SupportTeam Report post Posted 03/15/2005 07:51 PM Try using this expression: Sheet1$C$RV[Get Product]:F$RV[Get Product] or this: Sheet1$C$RV[Get Product],F$RV[Get Product] Share this post Link to post