Create Excel Shape From MapInfo *OR* Make Picture Background Transparent?

Aug 13, 2008

I'm trying to make a map of 14 regions where each region changes brightness depending on values in the worksheets. I think I've got this bit sorted. I'm planning on creating the map using a collection of tessellated shapes or images, and using VBA to alter the properties of each one to create a dynamic map.

The output of the individual maps from MapInfo, our GIS software, is in .png or .jpg. format, and come with a white background. Is there any way to either make the background transparent so multiple shapes can be tessellated effectively, or a way to crop the image to the area's border?

Either that, or does someone know a way to output from MapInfo in such a way to make this possible? (Granted, it's a long shot, but you can't blame a guy for trying...)

View 9 Replies


ADVERTISEMENT

Transparent Background Of ActiveX Control

Jan 6, 2010

I have an ActiveX Label control with a transparent background. When I click on the label the background turns white and stays that way as long as the mouse is over the label, obscuring whatever's underneath. (It also very slightly alters the character spacing.) What object/property controls this? How do I adjust it?

While I'm here, is there an easy programmatic way to assign arbitrary RGB colors to ActiveX controls? The palettes available from the Properties window are fairly limited. A google search for "ActiveX colors" yields a deluge of marketed products, so it's hard to find useful information.

View 4 Replies View Related

Excel - Add Background Picture To Spreadsheet That Only Shows On Print Area

Aug 29, 2012

I need to add a background picture to a spreadsheet that only shows on the print area.

This spreadsheet is being used as a pro forma invoice that can be emailed to customers for them to view & print as required.

At the moment I can add a background image but this appears throughout the sheet and not in the place I need it to i.e. the print area.

View 4 Replies View Related

How To Make Text Background On Editable Cells And Print Without Text Background

Oct 28, 2013

How to make a text background on editable cells and print without text background?

View 4 Replies View Related

Excel Photo With Transparent Cells?

Jan 24, 2013

Is it possible to put a picture in excel with transparent "cells" like the attached. Where I could type in the actual cell in the transparent (white blocks) part of the photo?

View 4 Replies View Related

Put A Picture As Background For A Cell?

Jul 19, 2014

Can you Put a picture as a background for a cell?

View 1 Replies View Related

Loading Background Picture

Aug 7, 2008

I have a dropdown box with a few options in it. What I want to do, is have excel load a particular picture, that I have saved on my computer, into the background when a certain option is selected from the dropdown box.

View 9 Replies View Related

Macro To Enter Shape Or Picture?

Sep 30, 2012

I am making a spreadsheet file for our football offcials group to review rules.

I tried to record a macro to copy a shape and put it into the spreadsheet, but the shape does not copy.

How do I get the shape to copy into the spreadsheet?

What I want is for them to "think" what they would do and then click the macro and it will show them where the ball would be after the foul/fouls.

View 2 Replies View Related

Fill Shape With Picture 2007

Aug 21, 2007

The following works perfect in 2003.

Private Sub CommandButton1_Click()
Dim shpTemp As Shape
Set shpTemp = Worksheets("Sheet3").Shapes(ListBox1.Value)
shpTemp.Copy

With Worksheets("Sheet1")
.Activate
. Range("A1").Select
.Paste
Set shpTemp = .Shapes(.Shapes.Count)
shpTemp.Fill.UserPicture ListBox2.Value
End With
End Sub

However, when run in excel 2007 the shape is not filled. If you right click the shape, format shape and click on the "Picture or texture fill" it will fill the shape with the previously selected picture in the userform. I have tried by adding

shpTemp.UserPicture.Fill.Visible = True....................

View 9 Replies View Related

Link Cell To Picture Or Shape

Oct 18, 2007

It's difficult to explain, the attached shows the situation better. Basically there's a picture that is somehow linked to a cell. But, you can update the picture or the cell and the other one gets updated.

View 2 Replies View Related

Excel 2007 :: Create Macro To Copy Chart As Picture

Sep 1, 2012

Trying to create a macro to run through the following steps when I select a chart and run the macro:

Paste>As Picture>Copy As Picture>As Shown When Printed>OK

I used the macro record feature and when I enter the shortcut it always returns the same chart. How do I get it to run on whatever chart I have selected instead?

I am constantly using this function to copy charts from Excel into PowerPoint presentations and am frustrated with all the extra steps it takes (versus just Ctrl-C).

View 9 Replies View Related

Macro: Variated Background Picture

Feb 27, 2009

My macro generates some graph from some datas. Datas are in some range and when I filtering it shows only filtered values. I use Fixed axis (min and max) because if I use Auto it fit data to the window.

My problem is: I would like to use Auto axis because my layout would be better but bacground picture remains the same and it's useless. Background picture should change as I change filters.

example:

untitled.JPG
here is picture:
current situation is 1.

With Auto axis I get 2. (blue B and green D are filtered results)

And I would like to have 3.

Is it possible that background picture variate as datas variates?

View 11 Replies View Related

Format Background Worksheet Picture

Apr 26, 2006

how to correct the tiling of a picture set as a background on a worksheet? It would appear to start tiling at b2 rather than a1. the bottom of the picture starts on row 1 and the top of the picture then begins row 2. also column a shows the far right side of the picture and column b shows the start of the left side.

View 2 Replies View Related

Text Over Background Image/Picture

Aug 27, 2006

I want to add an image to a sheet. The image is to print but I want the data from that sheet to go over the top. I can't seem to get the image behind my data.

View 6 Replies View Related

VBA Import Picture Change Shape To Rectangle

Apr 5, 2014

I already have the code to import the picture but i would like it to have rounded corner's. The option if you select the picture then tick format, picture shape and it's the second rectangle in. I can not seem to find that particular piece of code for that particular shape. The other comparison is the (reflected beveled, black) option under picture format.

[Code] .....

View 2 Replies View Related

Place Picture Into Cell's Background Not Whole Sheet?

Jan 19, 2014

how put picture into cell as background. it means, after it's done, if i click on cell, i must be able write into cell like before change. i dont want solution through comments or shapes because picture will be on top of cell. and not as background

View 7 Replies View Related

Change Shape Fill To Picture When Another Cell Equals To 1

May 14, 2014

I have set up a rollover hyperlink so that when I hover over the cell it changes colour and creates a good effect. To do this I have another cell on the sheet that turns to 1 when the cell in question is hovered over.

I need a code so that when that cell displays the number 1. the object (which is rectangle 2) changes from white fill. to a picture I have saved on my desktop.

I cant quite figure out the coding and have been messing about with things like..

if cell range e.g a1 = 1 then rectangle 2 .userpicture " path " else .solid etc.

View 10 Replies View Related

Make A Shape Into A Button?

Dec 5, 2012

I really dislike the look of the command buttons and would like to use a nice flat-looking Shape into a functional button.

View 3 Replies View Related

Cannot Make Shape Fill Without Clicking

May 26, 2014

For this example.. Think of this information:

shape = rectangle 1

starting fill colour = 255,255,255 (white)

I have a cell on the other part of sheet which has a value of 0 - but changes to 1 when I hover over another part of the sheet.

I need this shape to change fill from white to an image whenever that cell changes value to "1".

I need all this without clicking on an object! JUST when the cell changes, I can mange it with a click but that's besides the point.

View 14 Replies View Related

Change Comment Box Shape And Make It Default

Jul 1, 2013

i changed the shape of "Comment" box with edit shape. However when i right click the updated shape and click on Set Autoshape Default it does nothing. When I insert a new comment it is back to old shape.

View 2 Replies View Related

Excel 2010 :: Paste Picture Into Small Picture / Diagram Box?

Mar 19, 2012

In Excel 2010, is there any way to paste a picture into a small picture/diagram box, and upon double clicking the picture it would explode to a larger size? And I guess double clicking it again would make it return to its original (smaller) size. I would be pasting several pictures into several different picture/diagram boxes and would need this to be a relative reference so that upon selection it explodes the appropriate picture?

View 1 Replies View Related

Looking For A Cell To Make A Picture Pop-up?

Jan 17, 2014

Is it possible to have an "If this cell equals this amount, then make a picture appear" scenario?

Say there's a blank sheet, but if cell A1 is 1, then there will be a picture (or shape) in the center of the sheet.

View 2 Replies View Related

Macro To Make A Cell Background Blank If It Is Not Orange Or Dark Blue?

Apr 17, 2008

Does anyone know how to use a macro to make a cell background blank if it is not orange or dark blue?

View 12 Replies View Related

Make A Drop Down List Show The Picture

Jan 2, 2007

I am trying to do, is make a drop down list show the picture above it. I have tried to change everything, and I am sure I am just a hair away from getting it right. I got the spreadsheet to where it will pull up the "Picture #" in the appropriate box, and even had it delete/hide all my pictures (I say delete/hide because I couldn't get them back after I removed the coding I was working on).

Another nice function I would like would be a button, around cell B74, to erase all the picks and reset the sheet for the next season... it would have to have a prompt to verify the user was absolutely sure they wanted to do that though! But I don't know where to begin on that button issue. Can someone point me in the right direction?

The spreadsheet is too big to attch, so it's hosted at the link below. The sheets involved are NFL Survivor & PicTable. On sheet PicTable, the Names & Pic #'s have already been named PicTable for ease of coding.

View 14 Replies View Related

Using A Picture Link In A Comment To Make It More Dynamic!

Jan 19, 2010

It mentioned something about getting comments which display dynamic data as if something metioned in the cells will appear in the comment and on changing the data in the cells, the data in the comments also changes with it..

Unfortunately, I could not save that file or remember the website as my Internet went bonkers...

So can someone please help me with the same....

View 8 Replies View Related

Create Shape & Cover To The Last Used Row

Jan 18, 2010

Is there any way that this bit of code can be combined to create a shape using dates that fall on weekends (that are listed in row2) and at the same time cover all rows up to the last Row used in a worksheet?

For instance, in the columns of Row2 we have many dates and we would have "16-Jan-10" in one column and "17-Jan-10" in another column (usually the next column) which are weekend dates. the shape should be created in the next row under the weekend date and cover the column all the way down to the last used Row (last Row contaning data).

With ActiveSheet.Shapes.AddShape( _
Type:=msoShapeRectangle, _
Top:=.Top, Left:=.Left, _
Width:=.Width, _
Height:=.Height)
.Placement = xlFreeFloating '
.Fill.ForeColor _
.RGB = RGB(Red:=192, Green:=192, Blue:=192)
End With

View 9 Replies View Related

Set Chart Trendline To Transparent

Apr 7, 2012

I tried to record setting a trendline to 100% transparent but this action doesn't seem to record.

View 2 Replies View Related

ActiveX Textbox Back Color - Transparent

Jan 14, 2012

Possible to set the BackColor of an ActiveX textbox to transparent? I have the BackStyle set to transparent, which is great since it will be transparent when not selected so you can see the color of the cell behind it, but once you select it to type in it, the BackColor overrides the cell behind it.

Right now, I have a sheet where the color of a cell changes to green if the textbox needs input from a user. If I have the BackColor set to white, the cell behind will change to green so the user knows they need to enter something in the textbox, but once they click the textbox, it goes white and may confuse them.

On the other hand, if I change the BackColor to green, it works great when the user clicks the correct textboxes, but if the user clicks the wrong textbox, it will 'incorrectly' turn green which may make the user believe they need to enter something in the textbox.

View 6 Replies View Related

Excel 2003 :: Put Picture Into A Cell And Get Picture Name From Another Cell

Mar 23, 2014

I want to paste/show a photo in a particular cell (D2) on a worksheet (called PP). I wish to delete any photo that may already be there in D2.

The picture's name (e.g. J-145.jpg) will be found in another sheet (called MP) in cell H1.

My pictures are stored in a folder (lets call it c:pictures) and the one I want has the same name (J-145.jpg).

I've tried many macros but none work.

View 14 Replies View Related

Change Shape Text Without Selecting Shape

Mar 4, 2009

when i run the below code i get an error 438 'object doesnt support this property or method'

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved