bold

  1. C

    VBA to bold differences between sheet 2 and sheet 1

    I am looking for a VBA code to bold cell contents of sheet 2 when they do not equal the contents of the same cell on sheet1. I was doing this with conditional formatting but when i run another macro it messes up the conditional formatting. I tried doing as much vba as i know with no luck. The...
  2. D

    How to get Bold, Italicized header

    Hello All, This works fine to give me a bolded header: With mySheet.PageSetup .LeftHeader = "&""Arial,Bold""&12" & headString End with Where headString is a string variable. I can change the word 'Bold' to 'Italic' and then I get an unbolded, italicized header...
  3. A

    Called Macro Isn't Running.

    I have the following code and want to make it run whenever any of the ranges change (specifically T5, T9, T13). I've tried multiple ways but none seem to work. The code works fine when I step through it but when I call it, it doesn't run (Refer to Below). Sub BoldPartText1()Dim Part1Len...
  4. B

    Split bold from normal text

    Hi everyone, I hope anyone can help me with this issue. I am not very expert on coding with VBA but I'm trying to search for a code that splits BOLD text from non bold text. All my texts are looking like this: 1: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem...
  5. M

    How to bold one line in email sent via vba with outlook

    Hey, I have this code. But I need to bold text from cell K14 and change color of cells K21-K25. How can I do that? Please help :( Sub SendMail() 'SendEmail Macro ' ' Dim outlApp As Outlook.Application Set outlApp = CreateObject("Outlook.Application") Dim outlMail As...
  6. I

    Help with generating a list/table/array with info entered

    all this info would be entered into a table/array <tbody> R x 201 x 202 x 203 x R 506 508 x 510 x </tbody> and then i want to activate a button and check if the x is in the box then generate a whole new list/table/array and the out come will look something like this <tbody> R...
  7. A

    Auto number column A while ignoring rows with bold text.

    I need my spreadsheet to automatically insert a sequential number to all cells in column A (beginning with row 14) with the exception of the rows that contain bold text (header rows if you will, for each category). I also need to be able to add or delete rows and have the numbering auto correct...
  8. C

    Insert Blank row before bold text

    I have a a weekly excel file that I need to add a blank row before Item Title. The title is always doen with a bold type face, is there a way to search for certain font criteria i.e. "BOLD" and have a new blank row inserted before that row? I look forward to your assiastance as I am trying to...
  9. T

    Delete row if bellow/lower/under cells have value matches [VBA]

    So I have this table, my goal is to remove the ones that are bold. The logic is to remove the rows which contain additional FALSE value, so I would end up with a FALSE, TRUE, FALSE, TRUE row. <tbody> False True False False False True </tbody> Why? I am scraping a site which has...
  10. C

    Header in bold VBA

    Hi, I am currently trying to create a VBA to show a cell value in the center header in bold, I have got the cell value to show in the header but I am unable to get this to go bold and font size 14? I have tried a few methods but none have worked? Code I use is below: Sub HeaderFromB19()...
  11. A

    change font to bold in macro

    Hello, I have a macro to find a range of cells and place a total below the last cell with data. I'd like it to put the sum in bold but I've only managed to get it to make the first cell with data bold. I also would like to add in some code to find the last cell with data in the A column and...
  12. M

    Bold a Specific text or Number in formula

    I want to Join two cell with "&" A1=13 and B1="Name" . when Join these two ,i want "Name" show Bold letter.
  13. S

    Resetting cells that have had bold font in to regular font

    I have a spreadsheet where I want to count a range of cells that have bold text in them, I have done this through a function. However, when someone deletes the value in a cell that has a bold font, the cell still shows the font as being bold and the function still counts it even though it is...
  14. M

    Navigate To The Next Cell With Bold Text Macro

    I am looking for two very similar tools. I believe I would only need this to work in Column A. The first tool I am looking for is a macro that when activated will navigate the selection cursor to the next cell below that contains bold text. If you then activate this tool again, it will do the...
  15. S

    Bold Entire Row

    My spreadsheet is from Col A to Col O Some rows in Col C contain a number followed by the word Total (1234 Total). I want to bold the entire row for all that that contain the word Total. Below is macro I am using -- can someone tell me what I doing wrong? For i = 1 To Cells(Rows.Count...
  16. D

    Email VBA

    Hello, I'm using the below VBA to send an email through outlook and was hoping I can get some help on how to bold the body of the email. All I'm finding is how to bold a portion of the body. I would like to bold all of the body. .To = Range("A82").Value .CC = Range("A83").Value & "...
  17. M

    Find Search Dialog Box The Only Searches For Bold Text

    Does anyone by any chance have a macro that can do the following? 1.) Call up a dialog box with a find (search) field 2.) User types in desired search for BOLD text items only 3.) Searches for and finds the first BOLD text item instance 4.) Closes dialog box automatically 5.) Navigates cursor...
  18. I

    Macro to highlight/Bold multiple words in excel at once

    Hi Guys; I need some expert help...Please I have a program here that will search through a specific "Range" of data for a single word and format that word accordingly. This program works fanatically if I'm just searching for a word or two b/c this program provides a "pop-up" box for...
  19. L

    Conditional Formatting for one column based on blanks in another column

    Hello! I'm trying to set conditional formatting on column H cells where the cell in column A is blank. So if A5 is blank, H5 should be in bold; if A6 contains a value (in this case, a date), then H6 should not be bold. I've tried the following formula for H:H... =IF($A5="",TRUE,FALSE) ...but...
  20. M

    Copy and Pasting Bold Text

    I am working with a spreadsheet and I need a little support. In Column D I would like to find any text that is bold, copy that text, and then paste it into Column C. If possible, I would then like to delete the bold text from Column D. Any ideas on how to make this work?

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