Change Border Widths Via Points

Mar 6, 2007

if it is possible to change the border thickness weight via points? Eg., "1/4 pt".

I find that the xlthin border prints too thick. The only way I've been able to reduce it to appearing thin when it prints is by choosing the second option under "None" in the Line Style option of the Format Cells dialog box.

While that approach prints a thin border, it is actually a dotted line and looks a bit odd on screen.

View 3 Replies


ADVERTISEMENT

Excel 2010 :: Combobox Column Widths Forces Points Instead Of Inches?

Jul 8, 2014

How the heck to work with comboboxes and listboxes.

In entering column widths, I want to do inches. I understand inches. I don't understand points.

The instructions say that it will take whatever is in the User Control Panel: Regional: Number settings. I checked. It is US system. Not points.

MSO 2010. Can I change it to inches or do I need to get used to points?

View 2 Replies View Related

Xl 07 Can't Change Border Colour

Jan 16, 2009

I am using Excel 2007. One of my worksheets has a dark border around some cells. Instead of being blue the lines are black. I used the right click and format cells option but it does not work.

View 10 Replies View Related

How To Change Type Of Border

Apr 24, 2014

How can I modify this code:

HTML Code: 

Sub aaanewa()
Dim lRow As Long, c As Range
lRow = Cells(Rows.Count, "D").End(xlUp).Row
For Each c In Range("D1:D" & lRow)
If c.Value > "" Then

[Code]...

To include this:

HTML Code: 

With Selection.Borders(xlInsideHorizontal)
.LineStyle = xlContinuous
.ThemeColor = 1
.TintAndShade = -0.14996795556505
.Weight = xlThin
End With

so i can change the color and size of border

View 2 Replies View Related

Change Existing Cell Border Colour?

Jul 11, 2012

Is there any way to change the border color of a cell by running a subroutine? Here is my example:

Col 1
Col 2

1
2

3
4

I have an existing table with data that is updated daily ... more rows are added. Currently, the cell border is black. I would like to run a macro such that the column header is shaded grey and the borders turn into a shade of gray. I am interested in the 35% grey.

View 4 Replies View Related

Conditional Formatting To Change Outside Border Of Range Only?

Oct 24, 2013

I'm trying to use conditional formatting to colour the border of a range of cells when another cell has data in it.

I can get it to color all the cells borders within that range when there's data in that cell but I just want the outside of the entire range.

View 4 Replies View Related

Change Line Border Color Of Shape

Sep 21, 2007

I have this simple code which sets the objects format as default.

Private Sub FormatTextBox()
ActiveSheet.Shapes("FormatBox").Select
Selection.ShapeRange.SetShapesDefaultProperties
End Sub

Is there a way to set an objects shape to the default format...not as default?

ie: if the default line color is blue. what code could i use to set an object with a black line color, to the default blue?

View 3 Replies View Related

Change Textbox Border Color - Visible Or Hidden

Mar 8, 2012

What command I would use to change the text box border color, and set text border to visible or hidden?

View 3 Replies View Related

Find Specific Phrase In A Column And Change The Row Color And Its Border

Mar 27, 2014

I have the table, as shown on left in the appended image, and the final result should be the right one.

The steps are written as 1, 2, 3 and 4.

Untitled.png

View 13 Replies View Related

Change The Background Or Highlight (instead Of Bold Border) The Active Cell

Jul 4, 2007

As i navigate excel, I was wondering how to change the background or highlight (instead of bold border) the active cell?

View 3 Replies View Related

Change Columns Fill Or Border Color Based On Current Date

Aug 21, 2014

I have a simple spreadsheet. A column for a persons name and 31 columns, one for each day of the month. I want to apply conditional formatting, either fill color or border color, to the date column of the current date when the spreadsheet is opened.

View 2 Replies View Related

Excel 2010 :: Highlight Active Row - Change Default Border And Fill?

Jan 13, 2013

Using Excel 2010. Is it possible to change the default line thickness and fill color when selecting the ActiveSheet Target Row below?

I would like a thin border and a light grey fill - without interfering with any fomatting or conditional formatting that has been applied to the worksheet.

View 1 Replies View Related

Change Default Decimal Points For Numbers

Feb 14, 2008

I've got a wierd simple problem in Excel 2003. I have a laptop and a desktop machine, and I'm an accountant who uses the fixed decimal feature as a default, with it set to 2 decimal places.

On the desktop machine, if I input "23." into a cell and then hit enter, the value left in the cell is "23.00" However, on the laptop, when I do the same thing, I get "0.23" In essence, it ignores the fact that I entered a decimal point.

If I enter "23.0" in a sheet on the laptop, it puts "23.00" in the cell.

I thought maybe it was some sort of hardware thing, like the KB was messed up, but then I used remote desktop to try to see what would happen if I enter numbers into the other computer using the laptop, and into the laptop using the desktop. The laptop when connected to the desktop performed normally, just like the desktop machine. The desktop, when connected remotely to the laptop behved like the laptop machine. In other words, I believe this test takes Hardware out of the picture.

Which leaves some strange obsure setting in excel someplace tht is causing this behavior, and I can't seem to find it.

Does anyone here know why these two installs treat the data entry so differently? It's driving me nuts.

View 9 Replies View Related

Conditional Formatting - Objects (Red Arrow Points Down To Signify Negative Change)

Apr 8, 2009

I have two arrows:
- Red Arrow points down to signify negative change
- Green Arrow points up to signify positive change

These arrows look exactly like the Excel 2007 conditional formatting arrows you would apply to a cell - the only difference is that I have inserted them as shapes so I can float them over a graph.

GOAL: Corresponding with the graph, if a cell shows a (+) change, then I display green arrow and hide red arrow. Vice versa for a (-) change.

View 7 Replies View Related

Points Property Select Multiple Points

May 2, 2007

Is there a way of amending the following line of code so that it selects multiple data points in a data series in a chart (e.g points 14,15,16)?

ActiveChart.SeriesCollection(2).Points(14).Select

View 2 Replies View Related

Different Cell Widths

Nov 9, 2007

I have one table with 0.5" cell widths. Good.

I have another table with 1.875" cell widths. Good.

I want both tables on the same page, one under the other. Hard.

How can I achieve this? Is there a way to have the column widths of one table independent of the other on the same page? Is there a workaround that would achieve the same effect?

View 9 Replies View Related

How To Get The Column Widths Value

Dec 20, 2006

I am doing a if else statement but I do not whats the keyword for getting the column width value

Eg

if column width value = xx

column width value = xxo

View 9 Replies View Related

Can Columns Widths Be Different In Different Rows

Oct 4, 2013

I have made a spread sheet where the row 1 - 20 are 12 wide but I'd like rows 20-25 to be a lot wider. I've looked around and can't find the solution since I don't know how to explain it in a few short words.

View 1 Replies View Related

Keep Formatting / Column Widths In The VBA?

Mar 17, 2014

This is doing ALMOST everything I need it to do. The only thing I need is for it to keep the formatting and column widths from the source sheet.

[Code].....

View 7 Replies View Related

Fit Chart Widths Automatically In VBA

Jan 24, 2014

I can automate chart creation in VBA, but is there any way to also have it such that the x-axis of the chart begins with the minimum x-value and ends with the maximum x-value in the data set?

View 2 Replies View Related

I Need A Formula That Calculates Sum Of Row Widths

Oct 27, 2007

I need a formula to calculate the sum of a range of rows.

Example:

If rows 1-10 have a width of 12.75 each, and rows 11-15 have a width of 15.5 each. I need a formula to tell me that the sum of the widths of rows 1 to 15 is 205.

Any idea?

View 9 Replies View Related

Identify Column Widths In CM

Jan 23, 2010

how can know how is my column width in CM ,

View 9 Replies View Related

Listbox Column Widths

Apr 13, 2006

I have a 3 column listbox on a userform. I am trying to line the columns up with some label headers on the user form.

On thsi listbox, how can I code the first column to a width of 250, the second column to a width of 50 and the third column to a width of 75?

View 9 Replies View Related

Different Cell Widths In Same Column

Jul 27, 2007

I would like to know if it's possible to change width of different cells in a single column? Example:

Width of cell A1 would be 10, and width of cell A2 would be 15. Can it be done? If yes how, if no damn. The reason I ask is because I trying to fit a report on one page with a chart and a month worth of data, but some cells are to long and they get cut off.

View 3 Replies View Related

Set Multiple Column Widths

Feb 10, 2008

I've used the macro recorder to try to auto-apply column widths after I do a CSV import:

(A&B=3.14, C=8, D=13.57, E=24.14, F=9, G=10, H=11.29, I=8.57, J=6.86, K=8, L=13, M=10)

...but for some reason when I execute this macro, "every" column gets the width of 10!

how I can fix the below code?

Sub SetColumnWidth()
Columns("A:B").Select
Selection.ColumnWidth = 3.14
Columns("C:C").Select
Selection.ColumnWidth = 8
Columns("D:D").Select
Selection.ColumnWidth = 13.57
Columns("E:E").Select
Selection.ColumnWidth = 24.14

View 5 Replies View Related

Can VBA Be Used To Do A Fixed Widths Import Of A Txt File?

Mar 12, 2007

I have lots of files I need to read every day. I need to read them in as fixed width - EX: column A is 1-8, column B is 9-12, column C is 13-22, etc. Is there a way to create a VBA macro or something so that I don't have to point and click to draw lines every day when I read in these files?

View 9 Replies View Related

Auto Widths Of A Listbox On A Userform?

Jan 31, 2010

I am trying to create a userform that is reusable by turning on and off diff objects, and reusing objects. I am running into a little difficulty of resizing the list box for various lengths if items Example would be if I have a list of items and the longest one is 93 chars long, I need a width of 672 When I have a list that the items are each 5 chars long, I need a listbox width of 92

For simplicity's sake, I am using Courier (supposed to be a monospaced font) pitch is 10. I would have figured that my width would be simply a matter of finding the longest length in the list and then multiply that times some magical number that represents the width of the letter (since monospaced, each letter should be the same).

But, with the 93 char long string, the "average length" of each letter seems to be 7.2 (672/93 = ~7.2) but for the shorter words, it seems to be wider at 18 (92/5 = ~18)

Is there a way to have the listbox size itself to the width of the strings?

View 9 Replies View Related

Measuring Text Widths In A Cell

Jul 20, 2006

Is there any way to measure the width of text in a cell in points? I know that the width of the cell is returned using the Width property.

I also know that the number of characters in the text can be returned using the LEN() function, but I don't believe the number of characters can be converted to points (because some characters are different widths, if I'm not mistaken)

View 9 Replies View Related

Return Column Widths Function

Nov 18, 2007

Suppose I have the following UDF, which returns the width of the column, but when the column width change (increase or decrease), the UDF is not able to recalculate the column width...what should I do? .....

View 9 Replies View Related

Different Widths Of Series In Donut Charts

Jan 19, 2008

Is it possible to independantly change the width of donut chart series? I want the outer ring of the donut to be slimmer than the inner ring.

View 4 Replies View Related







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