Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 307551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:34:08+00:00 2026-05-12T07:34:08+00:00

hi can you show a vb code for excel-2007 format->recolor->set transparent color on an

  • 0

hi can you show a vb code for excel-2007 format->recolor->set transparent color
on an a image inserted…

by the way, forgot to mention that excel-2007 record macro does not record this stuff otherwise i would not ask it here… 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:34:08+00:00Added an answer on May 12, 2026 at 7:34 am

    OK, here is a Macro that I wrote in Excel 2007 that works:

    Sub Macro3()
        Dim NewSheet As Worksheet, oldws As Worksheet
        Set oldws = ActiveWorkbook.ActiveSheet
    
        Dim i As Integer, obj As Shape
        Dim picFmt As PictureFormat
    
        Set NewSheet = Worksheets.Add
        NewSheet.Range("A1").Value = oldws.Name
        i = 3
        NewSheet.Range("A2").Value = "Name"
        NewSheet.Range("B2").Value = "Link Type"
        For Each obj In oldws.Shapes
            NewSheet.Cells(i, 1).Value = obj.Name
            NewSheet.Cells(i, 2) = obj.Type
            Set picFmt = obj.PictureFormat
            With picFmt
                NewSheet.Cells(i, 3) = .TransparencyColor
                'set Black as the Transparent color'
                .TransparencyColor = RGB(0, 0, 0)
            End With
            i = i + 1
        Next
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Prototype I can show a loading... image with this code: var myAjax =
from this code will show in original color how can i change it to
Ok, this one is really weird... I can't show code for it exactly cause
Can you show sample code for reading a drive label or volume name in
In past, I am using Listview and using below code can show a particular
With this code I can show an animated gif while the server script is
Can anyone show a short and simple code snippet? It should take the name
Can anybody see what is wrong with this code. it does not show up
I'm hoping someone can modify my code below to show me exactly how to
On a blank winform code can be added to show lines that intersect (crosshairs)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.