Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Martn
 
Posts: n/a
Default What does _v0000 mean on the name box?

I am working with vb application that goes through excel worksheets which
have pictures in it. The pictures that were addressable have 'Picture 1' in
the Name box and my code could access them because
Worksheet(1).Pictures.Count returns a non zero value. For those pictures that
when clicked shows a label in the Name box as '_v0000' , the expression
Worksheet(2).Pictures.Count returns a 0, which means that it is not
recognizing that as a picture.
Is there any other object or collection other than Pictures that those
identified with _v0000 pertain to?
Thanks !

  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

"Shapes" or "DrawingObjects" can probably access it.

--
Jim
"Martn" wrote in message
...
|I am working with vb application that goes through excel worksheets which
| have pictures in it. The pictures that were addressable have 'Picture 1'
in
| the Name box and my code could access them because
| Worksheet(1).Pictures.Count returns a non zero value. For those pictures
that
| when clicked shows a label in the Name box as '_v0000' , the expression
| Worksheet(2).Pictures.Count returns a 0, which means that it is not
| recognizing that as a picture.
| Is there any other object or collection other than Pictures that those
| identified with _v0000 pertain to?
| Thanks !
|


  #3   Report Post  
Martn
 
Posts: n/a
Default

thanks, Jim.
DrawingObjects worked!

"Jim Rech" wrote:

"Shapes" or "DrawingObjects" can probably access it.

--
Jim
"Martn" wrote in message
...
|I am working with vb application that goes through excel worksheets which
| have pictures in it. The pictures that were addressable have 'Picture 1'
in
| the Name box and my code could access them because
| Worksheet(1).Pictures.Count returns a non zero value. For those pictures
that
| when clicked shows a label in the Name box as '_v0000' , the expression
| Worksheet(2).Pictures.Count returns a 0, which means that it is not
| recognizing that as a picture.
| Is there any other object or collection other than Pictures that those
| identified with _v0000 pertain to?
| Thanks !
|



Reply
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



All times are GMT +1. The time now is 01:23 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"