Results 1 to 2 of 2

Thread: Fill color of a shape???

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    14
    How do you change the Fillcolor of a Shape Array with code.
    I try to use:

    Shape1(0 - 5).FillColor = vbBlue

    but it errors

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    For n% = 0 To 5
    Shape1(n%).FillColor = vbBlue
    Next n%

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width