View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Vishal[_3_] Vishal[_3_] is offline
external usenet poster
 
Posts: 7
Default Inserting an Image in an Excel sheet using VBScript.

Thanks Olive..
I tried that and it works perfect when i use this code in a vb macro.
The problem is that i want to use it in a Quick Test Pro script.. and
since it supports the VBScript, i thought that a normal VBScript code
wud work in it. But when i use this piece of code in my QTP script, it
gives an errror at the line
Range("B9").select - Type mismatch.
u've any clue ?

I think i'll post a new topic with the heading - Inserting an image in
an excel sheet using QTP !

Thanks
Vishal