View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] sssawhney@urbanscience.com is offline
external usenet poster
 
Posts: 1
Default VB FILE LOCKED?????

Here's my problem

My code tries to capture an image and then paste it in an excelsheet.

Since the image keeps growing in size, i do not know when does it end.
ALso i think the image may be locked while my code is trying to paste
it since its growing in size.

I tried using Filelen, LOF, a function which detects where the image is
locked or in use....they all seem to have failed...

any help is appreciated.....