formatting a row

  1. F

    Pasting Dates Using GoTo Adds Dates In Deselected Cells

    Hi! I'm copying dates to separate them from middle initials that are in the same row. I used GoTo to select only dates, but when I paste them they all seem to change after the first blank. I'm trying to move them 1 row over to the empty cells as you can see in the picture provided. How can I...
  2. D

    AutoFill formatting after using VBA to insert rows in multiple sheets

    I am using the following code to insert rows in two sheets at the same time. However I also want to copy down the formulas from the row above those inserted on the second sheet after the additional rows have been added. Any help would be much appreciated, Sub insertRowsSheets()...
  3. W

    Format every second selected row VBA

    I have the below code to apply formatting to every second selected row. It works when i use Selection.Rows(Counter).Interior.Pattern = xlGray16 but i want to apply different formatting. i want every second row coloured in blue. I have tried the below but it doesnt work. any ideas? Sub...
  4. M

    Format every fouth row height

    I have a number of large spread- sheets. I need to format the row height of every fourth row to 24.00 I have the macro below which doesn't work. Can anyone fix it please? Sub Height() X = 0 Do X = X + 4 Rows(X).RowHeight = 24 Loop Until X = 1000 End Sub Thanks Steve..:mad:
  5. A

    Formatting spreadsheet by cell values

    Hi I have a spreadsheet table set up as below where in column A I have a date and column B has related text. Jul-16 Text Jul-16 Text Aug-16 Text Sep-16 Text Sep-16 Text Sep-16 Text The table is quite long and I was wondering if there was a way I can apply conditional formatting...
  6. E

    Conditional formatting macro does not work past 6 columns

    My macro won't work past 6 columns. I found a macro that formats a cell's color based on the RBG values in other cells. I have modified the original code so that it fits my spreadsheet. Original code: Private Sub Worksheet_Change(ByVal Target As Range)Dim rng As Range, cell As Range Dim i As...
  7. K

    Color formatting based on business date and project status

    I have 5-10 business days to complete a task. I need to be able to quickly see what's open or pending, and I need to be able to easily maintain it. I tried looking up formulas on my own, but after editing the ones I found I kept getting errors or only part of the row was formatted. I tried...
  8. N

    2 in 1: Conditional formatting and Data reorganization.

    From reading the form I have to admit I'm a little shy to ask these two questions and not feel a little... well, Dumb. First Question: I have a set of data with column headers from A through XX. The data in each row has information about specific events over a large time frame. This data can...
  9. M

    Excel Cell Conditioning based on a value in cell

    Hi, I'm sorry if this question has already been asked but I have looked through and can't see it. :eeek: I am creating an excel sheet for the men on my factory floor. There are drop down list where they can pick if a task is either "Complete" "Complete (Issue)" "In Stock" "Incomplete" or...
  10. D

    Formatting font colour of entire row (or just A:J) depending on content of two cells in the same row...

    Hi folks, I'm new to this forum and a relative novice with vba so I hope I'm articulating the problem adequately here... It seems like it should be a simple thing but I've spent hours at this stage trying and failing... For each row on the worksheet, columns G and H are populated with either...
  11. A

    Conditional Formating in subtotal rows

    I am working on a sheet that subtotals final amount by individual location. I have the code and created the subtotals; however, I need to create a macro that formats the entire row (i.e A10:Y10). I can not have it as a defined row since the row may change day to day. I just need to format the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top