PC Review


Reply
Thread Tools Rate Thread

How can I align pictures to the columns in code

 
 
Michelle
Guest
Posts: n/a
 
      16th Mar 2009
Hello, I want to bring in pictures and align and size them so that they sit
exactly between the borders of the B column

The left side of my shape should end up on the border between A and B and
the right side, on the border between B and C

Does that make sense?

The columns in the sheet may be different sizes so I'll need to include a
way of locating the left and right before positioning the picture. I can't
assume they'll always be the same.

Is this possible

Many thanks

M

 
Reply With Quote
 
 
 
 
Rick Rothstein
Guest
Posts: n/a
 
      16th Mar 2009
Try this (changing the worksheet name and picture shape name references to
what you are using in your code)...

With Worksheets("Sheet1").Shapes("Picture 1")
.Left = Range("B:B").Left
.Width = Range("B:B").Width
End With

--
Rick (MVP - Excel)


"Michelle" <(E-Mail Removed)> wrote in message
news:7565C3D4-AE08-4774-B960-(E-Mail Removed)...
> Hello, I want to bring in pictures and align and size them so that they
> sit exactly between the borders of the B column
>
> The left side of my shape should end up on the border between A and B and
> the right side, on the border between B and C
>
> Does that make sense?
>
> The columns in the sheet may be different sizes so I'll need to include a
> way of locating the left and right before positioning the picture. I can't
> assume they'll always be the same.
>
> Is this possible
>
> Many thanks
>
> M


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add and align pictures and text in headers Erin H. Microsoft Excel Misc 0 14th May 2009 05:48 PM
How to add and align pictures and text in headers Erin H. Microsoft Excel Misc 0 14th May 2009 05:48 PM
Align Text in Columns =?Utf-8?B?UmFqS29obGk=?= Microsoft Word Document Management 2 17th Nov 2007 10:11 AM
Align table columns with gridview columns Jacksm Microsoft ASP .NET 2 21st Nov 2006 09:49 PM
How to align entries in columns so other columns will follow ? =?Utf-8?B?QXJ0dXI=?= Microsoft Excel Programming 0 7th Nov 2005 08:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:17 PM.